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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
EUC-JP | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
UTF-8 | 溜노젨h溜노젨 | 11101111101001111000101111101011100001011011100011101100101000001010100001101000111011111010011110001011111010111000010110111000111011001010000010101000 | efa78beb85b8eca0a868efa78beb85b8eca0a8 |
UHC | 溜노젨h溜노젨 | 11101010111111101011001111101011101000001010000001101000111010101111111010110011111010111010000010100000 | eafeb3eba0a068eafeb3eba0a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)