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 | 弔??句 | 100100101010001000111111001111111000101111100101 | 92a23f3f8be5 |
EUC-JP | 弔?勖句 | 1100010010100100001111111000111110110011111011011011011011100111 | c4a43f8fb3edb6e7 |
UTF-8 | 弔렲勖句 | 111001011011110010010100111010111010000010110010111001011000101110010110111001011000111110100101 | e5bc94eba0b2e58b96e58fa5 |
UHC | 弔렲勖句 | 1111000011000000100011101011111111101001111011011100111110100011 | f0c08ebfe9edcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)