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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譟肥聞? | 11100110100111111001010011101100100101011011011100111111 | e69f94ec95b73f |
EUC-JP | 譟肥聞宼 | 111011001010000111001000111011101100101010111001100011111011101011011010 | eca1c8eecab98fbada |
UTF-8 | 譟肥聞宼 | 111010001010110110011111111010001000001010100101111010001000000110011110111001011010111010111100 | e8ad9fe882a5e8819ee5aebc |
UHC | ?肥聞? | 001111111101110111111110110110101010010000111111 | 3fddfedaa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)