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 | ???怏?? | 00111111001111110011111110011100100010010011111100111111 | 3f3f3f9c893f3f |
EUC-JP | ???怏?? | 00111111001111110011111111010111111010010011111100111111 | 3f3f3fd7e93f3f |
UTF-8 | 緣욌젔怏묐젶 | 111001111011011110100011111011001001101010001100111011001010000010010100111001101000000010001111111010111010110010010000111011001010000010110110 | e7b7a3ec9a8ceca094e6808febac90eca0b6 |
UHC | 緣욌젔怏묐젶 | 111001101101111010011110111010111010000010010010111001001110100010010001111010111010000010101010 | e6de9eeba092e4e891eba0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)