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 | 顆ャ豈伜 | 11101000111101111010110011100110101011111001100011100101 | e8f7ace6af98e5 |
EUC-JP | 顆ャ豈伜 | 1111000011111001100011101010110011101100101100011101000011100111 | f0f98eacecb1d0e7 |
UTF-8 | 顆ャ豈伜 | 111010011010000110000110111011111011110110101100111010001011000110001000111001001011110010011100 | e9a186efbdace8b188e4bc9c |
UHC | 顆?豈? | 110011101010100000111111110100011100001000111111 | cea83fd1c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)