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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豁ルノ豁莪 | 1110011010101101110110011100100111100110101011011110010010101110 | e6add9c9e6ade4ae |
EUC-JP | 豁ルノ豁莪 | 11101100101011111000111011011001100011101100100111101100101011111110100010110000 | ecaf8ed98ec9ecafe8b0 |
UTF-8 | 豁ルノ豁莪 | 111010001011000110000001111011111011111010011001111011111011111010001001111010001011000110000001111010001000111010101010 | e8b181efbe99efbe89e8b181e88eaa |
UHC | 豁??豁莪 | 1111110011000011001111110011111111111100110000111110010010110101 | fcc33f3ffcc3e4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)