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 | H½^H½^ | 10010010010010001001000110111101010111101001001001001000100100011011110101011110 | 924891bd5e924891bd5e |
SJIS-WIN | ?H??^?H??^ | 00111111010010000011111100111111010111100011111101001000001111110011111101011110 | 3f483f3f5e3f483f3f5e |
EUC-JP | ?H??^?H??^ | 00111111010010000011111100111111010111100011111101001000001111110011111101011110 | 3f483f3f5e3f483f3f5e |
UTF-8 | H½^H½^ | 11000010100100100100100011000010100100011100001010111101010111101100001010010010010010001100001010010001110000101011110101011110 | c29248c291c2bd5ec29248c291c2bd5e |
UHC | ?H?½^?H?½^ | 001111110100100000111111101010001111011001011110001111110100100000111111101010001111011001011110 | 3f483fa8f65e3f483fa8f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)