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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癰????? | 11100001100111100011111100111111001111110011111100111111 | e19e3f3f3f3f3f |
EUC-JP | 癰????? | 11100001111111100011111100111111001111110011111100111111 | e1fe3f3f3f3f3f |
UTF-8 | 癰꾨떩溜볥젣 | 111001111001100110110000111010101011111010101000111010111001011010101001111011111010011110001011111010111011001110100101111011001010000010100011 | e799b0eabea8eb96a9efa78bebb3a5eca0a3 |
UHC | 癰꾨떩溜볥젣 | 111010001011100110000100111010111000101110111011111010101111111010010011111010111010000010011100 | e8b984eb8bbbeafe93eba09c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)