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 | 雅ε?徇?? | 100010011110101110000011110000110011111110011100011011010011111100111111 | 89eb83c33f9c6d3f3f |
EUC-JP | 雅ε?徇?? | 101100101110110110100110110001010011111111010111110011100011111100111111 | b2eda6c53fd7ce3f3f |
UTF-8 | 雅ε뎷徇곷졁 | 1110100110011011100001011100111010110101111010111000111010110111111001011011111010000111111010101011001110110111111011001010000110000001 | e99b85ceb5eb8eb7e5be87eab3b7eca181 |
UHC | 雅ε뎷徇곷졁 | 111001001011101010100101111001011000100110001010111000101101111110000001111010111010000010110010 | e4baa5e5898ae2df81eba0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)