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 | 臧??燼?倚 | 111001000110100000111111001111111110000010011110001111111001100011011111 | e4683f3fe09e3f98df |
EUC-JP | 臧??燼?倚 | 111001111100100100111111001111111101111111111110001111111101000011100001 | e7c93f3fdffe3fd0e1 |
UTF-8 | 臧쯩트燼렏倚 | 111010001000011110100111111011001010111110101001111011011000101010111000111001111000011110111100111010111010000010001111111001011000000010011010 | e887a7ecafa9ed8ab8e787bceba08fe5809a |
UHC | 臧쯩트燼렏倚 | 111011011111010111000010111011011100011010101110111000111110100010001110101001011110101111101111 | edf5c2edc6aee3e88ea5ebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)