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 | 癰??膺? | 11100001100111100011111100111111111001000101111000111111 | e19e3f3fe45e3f |
EUC-JP | 癰??膺? | 11100001111111100011111100111111111001111011111100111111 | e1fe3f3fe7bf3f |
UTF-8 | 癰딆띂膺갌 | 111001111001100110110000111010111001010010000110111010111001110110000010111010001000011010111010111010101011000010001100 | e799b0eb9486eb9d82e886baeab08c |
UHC | 癰딆띂膺갌 | 11101000101110011000101011101100100011011011110111101011111011001000000101000110 | e8b98aec8dbdebec8146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)