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 | 鵝??也ゅ? | 111010100100000000111111001111111001011011100111100000101110001100111111 | ea403f3f96e782e33f |
EUC-JP | 鵝??也ゅ? | 111100111010000100111111001111111100110011101001101001001110010100111111 | f3a13f3fcce9a4e53f |
UTF-8 | 鵝녶컟也ゅ콪 | 111010011011010110011101111010111000010110110110111011001011101110011111111001001011100110011111111000111000001010000101111011001011110110101010 | e9b59deb85b6ecbb9fe4b99fe38285ecbdaa |
UHC | 鵝녶컟也ゅ콪 | 111001001011110110000110111001011011000010001010111001011010010110101010111001011011000110011110 | e4bd86e5b08ae5a5aae5b19e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)