To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??b?? | 0011111100111111011000100011111100111111 | 3f3f623f3f |
SJIS-WIN | ??b?褸 | 001111110011111101100010001111111110010111111000 | 3f3f623fe5f8 |
EUC-JP | ??b?褸 | 001111110011111101100010001111111110101011111010 | 3f3f623feafa |
UTF-8 | 렻렒b렺褸 | 11101011101000001011101111101011101000001001001001100010111010111010000010111010111010001010010010111000 | eba0bbeba09262eba0bae8a4b8 |
UHC | 렻렒b렺褸 | 100011101100001110001110101001110110001010001110110000101101011110101110 | 8ec38ea7628ec2d7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)