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 | 陞ッ繧鯉スシ | 111010001001111010101111111000111000001010001100111011111011110110111100 | e89eafe3828cefbdbc |
EUC-JP | 陞ッ繧鯉スシ | 111011111111111010001110101011111110010111100010101110001111000110001110101111011000111010111100 | effe8eafe5e2b8f18ebd8ebc |
UTF-8 | 陞ッ繧鯉スシ | 111010011001100110011110111011111011110110101111111001111011100110100111111010011010111110001001111011111011110110111101111011111011110110111100 | e9999eefbdafe7b9a7e9af89efbdbdefbdbc |
UHC | 陞??鯉?? | 1110001110110011001111110011111111010111111011110011111100111111 | e3b33f3fd7ef3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)