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 | 諶??氏?? | 1111101110101010001111110011111110001110100000010011111100111111 | fbaa3f3f8e813f3f |
EUC-JP | 諶??氏?? | 100011111101111010110101001111110011111110111011111000010011111100111111 | 8fdeb53f3fbbe13f3f |
UTF-8 | 諶뙊뢑氏릯뢘 | 111010001010101110110110111010111001100110001010111010111010001010010001111001101011000010001111111010111010011010101111111010111010001010011000 | e8abb6eb998aeba291e6b08feba6afeba298 |
UHC | 諶뙊뢑氏릯뢘 | 111001001010011010001100100011111000111101001100111001001010101110010000100011111000111101010011 | e4a68c8f8f4ce4ab908f8f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)