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 | 諸?l?瓏? | 100011111001010000111111100000101000110000111111111000001111101000111111 | 8f943f828c3fe0fa3f |
EUC-JP | 諸?l?瓏? | 101111011111010000111111101000111110110000111111111000001111110000111111 | bdf43fa3ec3fe0fc3f |
UTF-8 | 諸겼l롊瓏렪 | 111010001010101110111000111010101011001010111100111011111011110110001100111010111010000110001010111001111001001110001111111010111010000010101010 | e8abb8eab2bcefbd8ceba18ae7938feba0aa |
UHC | 諸겼l롊瓏렪 | 111100001011001110110000111001011010001111101100100011101101000011010110111010101000111010111000 | f0b3b0e5a3ec8ed0d6ea8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)