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 | 膩fそ | 111001000101011010000010100001101000001010111011 | e456828682bb |
EUC-JP | 膩fそ | 111001111011011110100011111001101010010010111101 | e7b7a3e6a4bd |
UTF-8 | 膩fそ | 111010001000011010101001111011111011110110000110111000111000000110011101 | e886a9efbd86e3819d |
UHC | ?fそ | 0011111110100011111001101010101010111101 | 3fa3e6aabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)