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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 予??肉? | 10010111010111000011111100111111100100111111011100111111 | 975c3f3f93f73f |
EUC-JP | 予??肉? | 11001101101111010011111100111111110001101111100100111111 | cdbd3f3fc6f93f |
UTF-8 | 予쀫ㅉ肉뻞 | 111001001011101010001000111011001000000010101011111000111000010110001001111010001000001010001001111010111011101110011110 | e4ba88ec80abe38589e88289ebbb9e |
UHC | 予쀫ㅉ肉뻞 | 11100101111110001001011111101011101001001011100111101011101111111001011001101000 | e5f897eba4b9ebbf9668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)