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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癰?蓚??錫 | 111000011001111000111111111001001110100100111111001111111000111011100000 | e19e3fe4e93f3f8ee0 |
EUC-JP | 癰?蓚?邕錫 | 1110000111111110001111111110100011101011001111111000111111100001111011011011110011100010 | e1fe3fe8eb3f8fe1edbce2 |
UTF-8 | 癰렯蓚롒邕錫 | 111001111001100110110000111010111010000010101111111010001001001110011010111010111010000110010010111010011000001010010101111010011000110010101011 | e799b0eba0afe8939aeba192e98295e98cab |
UHC | 癰렯蓚롒邕錫 | 111010001011100110001110101111001110001010111110100011101101011111101000101110111110000010111000 | e8b98ebce2be8ed7e8bbe0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)