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 | 癰?蓚?癰 | 1110000110011110001111111110010011101001001111111110000110011110 | e19e3fe4e93fe19e |
EUC-JP | 癰?蓚?癰 | 1110000111111110001111111110100011101011001111111110000111111110 | e1fe3fe8eb3fe1fe |
UTF-8 | 癰렯蓚롒癰 | 111001111001100110110000111010111010000010101111111010001001001110011010111010111010000110010010111001111001100110110000 | e799b0eba0afe8939aeba192e799b0 |
UHC | 癰렯蓚롒癰 | 11101000101110011000111010111100111000101011111010001110110101111110100010111001 | e8b98ebce2be8ed7e8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)