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 | 垓??霽 | 100110101011010000111111001111111110100011000111 | 9ab43f3fe8c7 |
EUC-JP | 垓??霽 | 110101001011011000111111001111111111000011001001 | d4b63f3ff0c9 |
UTF-8 | 垓ㅹ듕霽 | 111001011001111010010011111000111000010110111001111010111001001110010101111010011001110010111101 | e59e93e385b9eb9395e99cbd |
UHC | 垓ㅹ듕霽 | 1111101010100111101001001110100110110101111001001111000010111000 | faa7a4e9b5e4f0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)