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 | 鬩幄刻 | 111010011010100110011011111010001000110110001111 | e9a99be88d8f |
EUC-JP | 鬩幄刻 | 111100101010101111010110111010101011100111101111 | f2abd6eab9ef |
UTF-8 | 鬩幄刻 | 111010011010110010101001111001011011100110000100111001011000100010111011 | e9aca9e5b984e588bb |
UHC | ?幄刻 | 0011111111100100110000011100101010111110 | 3fe4c1cabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)