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 | 予??倚? | 10010111010111000011111100111111100110001101111100111111 | 975c3f3f98df3f |
EUC-JP | 予??倚? | 11001101101111010011111100111111110100001110000100111111 | cdbd3f3fd0e13f |
UTF-8 | 予쀬떜倚쒙 | 111001001011101010001000111011001000000010101100111010111001011010011100111001011000000010011010111011001001001010011001 | e4ba88ec80aceb969ce5809aec9299 |
UHC | 予쀬떜倚쒙 | 11100101111110001001011111101100100010111011001011101011111011111001110011101111 | e5f897ec8bb2ebef9cef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)