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 | 濠???秘ム | 100011011000101000111111001111110011111110010100111010011000001110000000 | 8d8a3f3f3f94e98380 |
EUC-JP | 濠???秘ム | 101110011110101000111111001111110011111111001000111010111010010111100000 | b9ea3f3f3fc8eba5e0 |
UTF-8 | 濠얗렜얗秘ム | 111001101011111110100000111011001001011010010111111010111010000010011100111011001001011010010111111001111010011110011000111000111000001110100000 | e6bfa0ec9697eba09cec9697e7a798e383a0 |
UHC | 濠얗렜얗秘ム | 111110111100110010111110111010011000111010101110101111101110100111011101111110101010101111100000 | fbccbee98eaebee9ddfaabe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)