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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 蘊る????B | 111001010101110110000010111010010011111100111111001111110011111101000010 | e55d82e93f3f3f3f42 |
EUC-JP | 蘊る????B | 111010011011111010100100111010110011111100111111001111110011111101000010 | e9bea4eb3f3f3f3f42 |
UTF-8 | 蘊る젧吳쀫젺B | 11101000100110001000101011100011100000101000101111101100101000001010011111100101100100001011001111101100100000001010101111101100101000001011101001000010 | e8988ae3828beca0a7e590b3ec80abeca0ba42 |
UHC | 蘊る젧吳쀫젺B | 11101000101100111010101011101011101000001001111111100111111011111001011111101011101000001010110101000010 | e8b3aaeba09fe7ef97eba0ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)