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 | 窪?遠攪?? | 100011000100010100111111100010011001001110011101100110000011111100111111 | 8c453f89939d983f3f |
EUC-JP | 窪?遠攪?? | 101101111010011000111111101100011111001111011001111110000011111100111111 | b7a63fb1f3d9f83f3f |
UTF-8 | 窪렞遠攪렲렞 | 111001111010101010101010111010111010000010011110111010011000000110100000111001101001010010101010111010111010000010110010111010111010000010011110 | e7aaaaeba09ee981a0e694aaeba0b2eba09e |
UHC | 窪렞遠攪렲렞 | 111010001100000110001110101011111110101011000000110011101110011010001110101111111000111010101111 | e8c18eafeac0cee68ebf8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)