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 | 遮杓上 | 100011101101010110001110110110111000111111100011 | 8ed58edb8fe3 |
EUC-JP | 遮杓上 | 101111001101011110111100110111011011111011100101 | bcd7bcddbee5 |
UTF-8 | 遮杓上 | 111010011000000110101110111001101001110110010011111001001011100010001010 | e981aee69d93e4b88a |
UHC | 遮杓上 | 111100111011010011111000111101011101111110111110 | f3b4f8f5dfbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)