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 | 迂???蕓? | 1000100101001001001111110011111100111111111110111001101000111111 | 89493f3f3ffb9a3f |
EUC-JP | 迂???蕓? | 101100011010101000111111001111110011111110001111110110011100011000111111 | b1aa3f3f3f8fd9c63f |
UTF-8 | 迂잰렦렑蕓렋 | 111010001011111110000010111011001001111010110000111010111010000010100110111010111010000010010001111010001001010110010011111010111010000010001011 | e8bf82ec9eb0eba0a6eba091e89593eba08b |
UHC | 迂잰렦렑蕓렋 | 111010011110011011000000111010011000111010110101100011101010011011101001111111101000111010100010 | e9e6c0e98eb58ea6e9fe8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)