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 | 薊わ什 | 111001010100100010000010111011011000111101011001 | e54882ed8f59 |
EUC-JP | 薊わ什 | 111010011010100110100100111011111011110110111010 | e9a9a4efbdba |
UTF-8 | 薊わ什 | 111010001001011010001010111000111000001010001111111001001011101110000000 | e8968ae3828fe4bb80 |
UHC | ?わ什 | 0011111110101010111011111110010010100111 | 3faaefe4a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)