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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蝪躯ク懋スョ | 111001011010000110001011111010111011100010011100111010101011110110101110 | e5a18bebb89ceabdae |
EUC-JP | 蝪躯ク懋スョ | 111010101010001110110110111011011000111010111000110110001110110010001110101111011000111010101110 | eaa3b6ed8eb8d8ec8ebd8eae |
UTF-8 | 蝪躯ク懋スョ | 111010001001110110101010111010001011101010101111111011111011110110111000111001101000011110001011111011111011110110111101111011111011110110101110 | e89daae8baafefbdb8e6878befbdbdefbdae |
UHC | ???懋?? | 00111111001111110011111111011001111001010011111100111111 | 3f3f3fd9e53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)