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 | 秧????? | 11100010010111100011111100111111001111110011111100111111 | e25e3f3f3f3f3f |
EUC-JP | 秧??庾?? | 111000111011111100111111001111111000111110111100110011100011111100111111 | e3bf3f3f8fbcce3f3f |
UTF-8 | 秧덈떣庾룡듉 | 111001111010011110100111111010111000110110001000111010111001011010100011111001011011101010111110111010111010001110100001111010111001001110001001 | e7a7a7eb8d88eb96a3e5babeeba3a1eb9389 |
UHC | 秧덈떣庾룡듉 | 111001001110101110001000111010111000101110110111111010101110110010110111111001101000101010111100 | e4eb88eb8bb7eaecb7e68abc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)