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 | ???s?? | 001111110011111100111111011100110011111100111111 | 3f3f3f733f3f |
SJIS-WIN | ???s?? | 001111110011111100111111011100110011111100111111 | 3f3f3f733f3f |
EUC-JP | ???s?? | 001111110011111100111111011100110011111100111111 | 3f3f3f733f3f |
UTF-8 | 혰혖혰s혢첨 | 11101101100110001011000011101101100110001001011011101101100110001011000001110011111011011001100010100010111011001011001010101000 | ed98b0ed9896ed98b073ed98a2ecb2a8 |
UHC | 혰혖혰s혢첨 | 1100001010010111110000101000000111000010100101110111001111000010100010111100001110110111 | c297c281c29773c28bc3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)