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 | 薊ワ舟莟 | 1110010101001000100000111000111110001111010011011110010010101111 | e548838f8f4de4af |
EUC-JP | 薊ワ舟莟 | 1110100110101001101001011110111110111101101011101110100010110001 | e9a9a5efbdaee8b1 |
UTF-8 | 薊ワ舟莟 | 111010001001011010001010111000111000001110101111111010001000100010011111111010001000111010011111 | e8968ae383afe8889fe88e9f |
UHC | ?ワ舟? | 001111111010101111101111111100011100011100111111 | 3fabeff1c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)