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 | 隍る亂邏 | 1110100010100100100000101110100110011000101010101110011110110100 | e8a482e998aae7b4 |
EUC-JP | 隍る亂邏 | 1111000010100110101001001110101111010000101011001110111010110110 | f0a6a4ebd0aceeb6 |
UTF-8 | 隍る亂邏 | 111010011001101010001101111000111000001010001011111001001011101010000010111010011000001010001111 | e99a8de3828be4ba82e9828f |
UHC | 隍る亂邏 | 1111110011011011101010101110101111010101101011111101010110100100 | fcdbaaebd5afd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)