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 | 躁堪??鴨? | 111001110100111010001010101011000011111100111111100010101001101100111111 | e74e8aac3f3f8a9b3f |
EUC-JP | 躁堪??鴨? | 111011011010111110110100101011100011111100111111101100111111101100111111 | edafb4ae3f3fb3fb3f |
UTF-8 | 躁堪렔렟鴨댓 | 111010001011101010000001111001011010000010101010111010111010000010010100111010111010000010011111111010011011010010101000111010111000110010010011 | e8ba81e5a0aaeba094eba09fe9b4a8eb8c93 |
UHC | 躁堪렔렟鴨댓 | 111100001110001011001010111011011000111010101001100011101011000011100100111001011011010011110001 | f0e2caed8ea98eb0e4e5b4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)