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 | 彫?蟻??? | 1001001010100100001111111000101101100001001111110011111100111111 | 92a43f8b613f3f3f |
EUC-JP | 彫?蟻?澐? | 11000100101001100011111110110101110000100011111110001111110010001110100100111111 | c4a63fb5c23f8fc8e93f |
UTF-8 | 彫렋蟻렠澐렧 | 111001011011110110101011111010111010000010001011111010001001111110111011111010111010000010100000111001101011111010010000111010111010000010100111 | e5bdabeba08be89fbbeba0a0e6be90eba0a7 |
UHC | 彫렋蟻렠澐렧 | 111100001100000110001110101000101110101111111100100011101011000111101001111110101000111010110110 | f0c18ea2ebfc8eb1e9fa8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)