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 | 삯횻료}삯횻료{^ | 111011001000001010101111111011011001101010111011111010111010001110001100011111011110110010000010101011111110110110011010101110111110101110100011100011000111101101011110 | ec82afed9abbeba38c7dec82afed9abbeba38c7b5e |
UHC | 삯횻료}삯횻료{^ | 101110111110100111001000110000111011011111100001011111011011101111101001110010001100001110110111111000010111101101011110 | bbe9c8c3b7e17dbbe9c8c3b7e17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)