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 | 100110101110000100111111001111111000100010100001001111110011111101000010 | 9ae13f3f88a13f3f42 |
EUC-JP | 壯??娃??B | 110101001110001100111111001111111011000010100011001111110011111101000010 | d4e33f3fb0a33f3f42 |
UTF-8 | 壯ⓨㅁ娃쇿윿B | 11100101101000111010111111100010100100111010100011100011100001011000000111100101101010001000001111101100100001111011111111101100100111001011111101000010 | e5a3afe293a8e38581e5a883ec87bfec9cbf42 |
UHC | 壯ⓨㅁ娃쇿윿B | 11101101111000001010100011100101101001001011000111101000110111111001100111100101100111111011011101000010 | ede0a8e5a4b1e8df99e59fb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)