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 | 憶?? | 10001001101011110011111100111111 | 89af3f3f |
EUC-JP | 憶?? | 10110010101100010011111100111111 | b2b13f3f |
UTF-8 | 憶뺝킋 | 111001101000011010110110111010111011101010011101111011011000001010001011 | e686b6ebba9ded828b |
UHC | 憶뺝킋 | 111001011110001110010101111001011011010010010111 | e5e395e5b497 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)