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 | 倭??彦?? | 1001100001100000001111110011111110010101010001100011111100111111 | 98603f3f95463f3f |
EUC-JP | 倭??彦?? | 1100111111000001001111110011111111001001101001110011111100111111 | cfc13f3fc9a73f3f |
UTF-8 | 倭멸퀓彦뉐뀯 | 111001011000000010101101111010111010100110111000111011011000000010010011111001011011110110100110111010111000100110010000111010111000000010101111 | e580adeba9b8ed8093e5bda6eb8990eb80af |
UHC | 倭멸퀓彦뉐뀯 | 111010001101111010111000111010101011001110001000111001011110100110000111111001011000010110100101 | e8deb8eab388e5e987e585a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)