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 | 秧????? | 11100011101111110011111100111111001111110011111100111111 | e3bf3f3f3f3f3f |
UTF-8 | 秧덉럥留잍꼮 | 111001111010011110100111111010111000110110001001111010111001111110100101111011111010011110001101111011001001111010001101111010101011110010101110 | e7a7a7eb8d89eb9fa5efa78dec9e8deabcae |
UHC | 秧덉럥留잍꼮 | 111001001110101110001000111011001000111010001000111010111010011110011111111001101000010010001001 | e4eb88ec8e88eba79fe68489 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)