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 | 暗??二ワ | 1000100011000011001111110011111110010011111100011000001110001111 | 88c33f3f93f1838f |
EUC-JP | 暗??二ワ | 1011000011000101001111110011111111000110111100111010010111101111 | b0c53f3fc6f3a5ef |
UTF-8 | 暗싲갭二ワ | 111001101001101010010111111011001000101110110010111010101011000010101101111001001011101010001100111000111000001110101111 | e69a97ec8bb2eab0ade4ba8ce383af |
UHC | 暗싲갭二ワ | 11100100110111101001101011101011101100001011100011101100101000111010101111101111 | e4de9aebb0b8eca3abef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)