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 | 澵セ骼ッ | 111110110100110010111110111010011000111010101111 | fb4cbee98eaf |
EUC-JP | 澵セ骼ッ | 100011111100100011111000100011101011111011110001111011101000111010101111 | 8fc8f88ebef1ee8eaf |
UTF-8 | 澵セ骼ッ | 111001101011111010110101111011111011110110111110111010011010101010111100111011111011110110101111 | e6beb5efbdbee9aabcefbdaf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)