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 | 溿ー迚セ | 111110110100101010110000111001111000100110111110 | fb4ab0e789be |
EUC-JP | 溿ー迚セ | 100011111100100010110001100011101011000011101101111010011000111010111110 | 8fc8b18eb0ede98ebe |
UTF-8 | 溿ー迚セ | 111001101011101010111111111011111011110110110000111010001011111110011010111011111011110110111110 | e6babfefbdb0e8bf9aefbdbe |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)