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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲△?洵k? | 11100001100111111000000110100010001111111001111110101011100000101000101100111111 | e19f81a23f9fab828b3f |
EUC-JP | 癲△?洵k? | 11100010101000011010001010100100001111111101111010101101101000111110101100111111 | e2a1a2a43fdeada3eb3f |
UTF-8 | 癲△뵞洵k삱 | 111001111001100110110010111000101001011010110011111010111011010110011110111001101011010010110101111011111011110110001011111011001000001010110001 | e799b2e296b3ebb59ee6b4b5efbd8bec82b1 |
UHC | 癲△뵞洵k삱 | 111011111010011010100001111000101001010010011110111000101110011110100011111010111001100010101100 | efa6a1e2949ee2e7a3eb98ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)