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 | 諶??諶?? | 1111101110101010001111110011111111111011101010100011111100111111 | fbaa3f3ffbaa3f3f |
EUC-JP | 諶??諶?? | 10001111110111101011010100111111001111111000111111011110101101010011111100111111 | 8fdeb53f3f8fdeb53f3f |
UTF-8 | 諶뙊뢐諶뙊뢖 | 111010001010101110110110111010111001100110001010111010111010001010010000111010001010101110110110111010111001100110001010111010111010001010010110 | e8abb6eb998aeba290e8abb6eb998aeba296 |
UHC | 諶뙊뢐諶뙊뢖 | 111001001010011010001100100011111000111101001011111001001010011010001100100011111000111101010001 | e4a68c8f8f4be4a68c8f8f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)