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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ?栯??B | 00111111100011111100001111010010001111110011111101000010 | 3f8fc3d23f3f42 |
UTF-8 | 먿栯먿멛B | 11101011101010001011111111100110101000001010111111101011101010001011111111101011101010011001101101000010 | eba8bfe6a0afeba8bfeba99b42 |
UHC | 먿栯먿멛B | 100100001111100111101001111100011001000011111001100100010100110001000010 | 90f9e9f190f9914c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)