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 | ?氓??章 | 00111111100111111000001000111111001111111000111111001101 | 3f9f823f3f8fcd |
EUC-JP | 洧氓??章 | 100011111100011110110100110111011110001000111111001111111011111011001111 | 8fc7b4dde23f3fbecf |
UTF-8 | 洧氓렫블章 | 111001101011010010100111111001101011000010010011111010111010000010101011111010111011100010010100111001111010101110100000 | e6b4a7e6b093eba0abebb894e7aba0 |
UHC | 洧氓렫블章 | 11101010111110111101100011101100100011101011100110111010111011011110110111110001 | eafbd8ec8eb9baededf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)