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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 単蔵辰淡 | 1001001001010000100100011010000010010010010000111001001001010111 | 925091a092439257 |
EUC-JP | 単蔵辰淡 | 1100001110110001110000101010001011000011101001001100001110111000 | c3b1c2a2c3a4c3b8 |
UTF-8 | 単蔵辰淡 | 111001011000110110011000111010001001010010110101111010001011111010110000111001101011011110100001 | e58d98e894b5e8beb0e6b7a1 |
UHC | ??辰淡 | 001111110011111111110010111000111101001110111111 | 3f3ff2e3d3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)