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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 訃?棲 | 1110011001011101001111111001000010110001 | e65d3f90b1 |
EUC-JP | 訃?棲 | 1110101110111110001111111100000010110011 | ebbe3fc0b3 |
UTF-8 | 訃노棲 | 111010001010100010000011111010111000010110111000111001101010001110110010 | e8a883eb85b8e6a3b2 |
UHC | 訃노棲 | 110111011011010110110011111010111101111111111000 | ddb5b3ebdff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)