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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 俑?? | 10011000110110100011111100111111 | 98da3f3f |
EUC-JP | 俑?? | 11010000110111000011111100111111 | d0dc3f3f |
UTF-8 | 俑덆눈 | 111001001011111110010001111010111000110110000110111010111000100010001000 | e4bf91eb8d86eb8888 |
UHC | 俑덆눈 | 111010011011010110001000111010011011010010101011 | e9b588e9b4ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)