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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 먊롷뫛}먊롷뫛{^ | 111010111010100010001010111010111010000110110111111010111010101110011011011111011110101110101000100010101110101110100001101101111110101110101011100110110111101101011110 | eba88aeba1b7ebab9b7deba88aeba1b7ebab9b7b5e |
UHC | 먊롷뫛}먊롷뫛{^ | 100100001100100010001110111100111001000110111011011111011001000011001000100011101111001110010001101110110111101101011110 | 90c88ef391bb7d90c88ef391bb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)