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 | 100010001100001100111111001111111000100011000011001111110011111101000010 | 88c33f3f88c33f3f42 |
EUC-JP | 暗??暗??B | 101100001100010100111111001111111011000011000101001111110011111101000010 | b0c53f3fb0c53f3f42 |
UTF-8 | 暗뎼뢐暗뎼뢐B | 11100110100110101001011111101011100011101011110011101011101000101001000011100110100110101001011111101011100011101011110011101011101000101001000001000010 | e69a97eb8ebceba290e69a97eb8ebceba29042 |
UHC | 暗뎼뢐暗뎼뢐B | 11100100110111101000100110001111100011110100101111100100110111101000100110001111100011110100101101000010 | e4de898f8f4be4de898f8f4b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)