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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?昔}?昔{^ | 001111111001000011001100011111010011111110010000110011000111101101011110 | 3f90cc7d3f90cc7b5e |
EUC-JP | ?昔}?昔{^ | 001111111100000011001110011111010011111111000000110011100111101101011110 | 3fc0ce7d3fc0ce7b5e |
UTF-8 | 먈昔}먈昔{^ | 111010111010100010001000111001101001100010010100011111011110101110101000100010001110011010011000100101000111101101011110 | eba888e698947deba888e698947b5e |
UHC | 먈昔}먈昔{^ | 1011100011010001111000001010111001111101101110001101000111100000101011100111101101011110 | b8d1e0ae7db8d1e0ae7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)