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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獺哭哈珀 | 1110000011011010100110100100110010011001111110111110000011011111 | e0da9a4c99fbe0df |
EUC-JP | 獺哭哈珀 | 1110000011011100110100111010110111010010111111011110000011100001 | e0dcd3add2fde0e1 |
UTF-8 | 獺哭哈珀 | 111001111000110110111010111001011001001110101101111001011001001110001000111001111000111110000000 | e78dbae593ade59388e78f80 |
UHC | 獺哭哈珀 | 1101001110110111110011011101011011111001111010111101101011010110 | d3b7cdd6f9ebdad6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)