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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???謠??? | 0011111100111111001111111110011010001111001111110011111100111111 | 3f3f3fe68f3f3f3f |
EUC-JP | ???謠??? | 0011111100111111001111111110101111101111001111110011111100111111 | 3f3f3febef3f3f3f |
UTF-8 | 了뤄슛謠쇽쉔凉 | 111011111010011010111010111010111010010010000100111011001000101010011011111010001010110010100000111011001000011110111101111011001000100110010100111011111010010110111001 | efa6baeba484ec8a9be8aca0ec87bdec8994efa5b9 |
UHC | 了뤄슛謠쇽쉔凉 | 1110100011100111101101111110111110111101101110001110100110101010101111001110111110111101101010001110010110111100 | e8e7b7efbdb8e9aabcefbda8e5bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)