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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?瑙排?瑙 | 0011111111100000111011011001010001110010001111111110000011101101 | 3fe0ed94723fe0ed |
EUC-JP | ?瑙排?瑙 | 0011111111100000111011111100011111010011001111111110000011101111 | 3fe0efc7d33fe0ef |
UTF-8 | 렺瑙排렺瑙 | 111010111010000010111010111001111001000110011001111001101000111010010010111010111010000010111010111001111001000110011001 | eba0bae79199e68e92eba0bae79199 |
UHC | 렺瑙排렺瑙 | 10001110110000101101001011000101110110111100100110001110110000101101001011000101 | 8ec2d2c5dbc98ec2d2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)