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 | 001111110011111100111111010000000011111100111111001111110100000001000010 | 3f3f3f403f3f3f4042 |
SJIS-WIN | ???@???@B | 001111110011111100111111010000000011111100111111001111110100000001000010 | 3f3f3f403f3f3f4042 |
EUC-JP | ???@???@B | 001111110011111100111111010000000011111100111111001111110100000001000010 | 3f3f3f403f3f3f4042 |
UTF-8 | 묭뫎뫆@묭뫎뫆@B | 111010111010110010101101111010111010101110001110111010111010101110000110010000001110101110101100101011011110101110101011100011101110101110101011100001100100000001000010 | ebacadebab8eebab8640ebacadebab8eebab864042 |
UHC | 묭뫎뫆@묭뫎뫆@B | 100100100100010010010001101100001001000110101001010000001001001001000100100100011011000010010001101010010100000001000010 | 924491b091a940924491b091a94042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)