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 | 蒻??節?ジ | 111001001110100000111111001111111001000011011111001111111000001101010111 | e4e83f3f90df3f8357 |
EUC-JP | 蒻??節?ジ | 111010001110101000111111001111111100000011100001001111111010010110111000 | e8ea3f3fc0e13fa5b8 |
UTF-8 | 蒻멩쮯節㎫ジ | 111010001001001010111011111010111010100110101001111011001010111010101111111001111010111110000000111000111000111010101011111000111000001010111000 | e892bbeba9a9ecaeafe7af80e38eabe382b8 |
UHC | 蒻멩쮯節㎫ジ | 111001011011011010111000111001101010100010001100111011111011110110100111111001111010101110111000 | e5b6b8e6a88cefbda7e7abb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)