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 | 頸痔?賍 | 11101000111100101000111010100100001111111110011011011010 | e8f28ea43fe6da |
EUC-JP | 頸痔鉏賍 | 111100001111010010111100101001101000111111100011111000001110110011011100 | f0f4bca68fe3e0ecdc |
UTF-8 | 頸痔鉏賍 | 111010011010000010111000111001111001011110010100111010011000100110001111111010001011001110001101 | e9a0b8e79794e9898fe8b38d |
UHC | 頸痔?? | 110011001111001011110110110000000011111100111111 | ccf2f6c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)