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 | ??^??^B | 00111111001111110101111000111111001111110101111001000010 | 3f3f5e3f3f5e42 |
SJIS-WIN | ?達^?達^B | 001111111001001001000010010111100011111110010010010000100101111001000010 | 3f92425e3f92425e42 |
EUC-JP | ?達^?達^B | 001111111100001110100011010111100011111111000011101000110101111001000010 | 3fc3a35e3fc3a35e42 |
UTF-8 | 렺達^렺達^B | 111010111010000010111010111010011000000110010100010111101110101110100000101110101110100110000001100101000101111001000010 | eba0bae981945eeba0bae981945e42 |
UHC | 렺達^렺達^B | 1000111011000010110100111011100101011110100011101100001011010011101110010101111001000010 | 8ec2d3b95e8ec2d3b95e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)