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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 揄?? | 10011101100010010011111100111111 | 9d893f3f |
EUC-JP | 揄?? | 11011001111010010011111100111111 | d9e93f3f |
UTF-8 | 揄띕뙢 | 111001101000111110000100111010111001110110010101111010111001100110100010 | e68f84eb9d95eb99a2 |
UHC | 揄띕뙢 | 111010101111000110110110111010111000110010100111 | eaf1b6eb8ca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)