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 | 俑????? | 10011000110110100011111100111111001111110011111100111111 | 98da3f3f3f3f3f |
EUC-JP | 俑??獒?? | 110100001101110000111111001111111000111111001011101110110011111100111111 | d0dc3f3f8fcbbb3f3f |
UTF-8 | 俑덆눈獒밭뼻 | 111001001011111110010001111010111000110110000110111010111000100010001000111001111000110110010010111010111011000010101101111010111011110010111011 | e4bf91eb8d86eb8888e78d92ebb0adebbcbb |
UHC | 俑덆눈獒밭뼻 | 111010011011010110001000111010011011010010101011111010001010001110111001111001111001011010111110 | e9b588e9b4abe8a3b9e796be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)