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 | ??bn??bnB | 001111110011111101100010011011100011111100111111011000100110111001000010 | 3f3f626e3f3f626e42 |
SJIS-WIN | 息臓bn息臓bnB | 10010001101001111001000110011111011000100110111010010001101001111001000110011111011000100110111001000010 | 91a7919f626e91a7919f626e42 |
EUC-JP | 息臓bn息臓bnB | 11000010101010011100001010100001011000100110111011000010101010011100001010100001011000100110111001000010 | c2a9c2a1626ec2a9c2a1626e42 |
UTF-8 | 息臓bn息臓bnB | 1110011010000001101011111110100010000111100100110110001001101110111001101000000110101111111010001000011110010011011000100110111001000010 | e681afe88793626ee681afe88793626e42 |
UHC | 息?bn息?bnB | 1110001111010011001111110110001001101110111000111101001100111111011000100110111001000010 | e3d33f626ee3d33f626e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)