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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???殺 | 0011111100111111001111111000111001000101 | 3f3f3f8e45 |
EUC-JP | ???殺 | 0011111100111111001111111011101110100110 | 3f3f3fbba6 |
UTF-8 | 철쨋짊殺 | 111011001011001010100000111011001010100010001011111011001010011110001010111001101010111010111010 | ecb2a0eca88beca78ae6aeba |
UHC | 철쨋짊殺 | 1100001110110110110000101011011011000001111110111101111110101111 | c3b6c2b6c1fbdfaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)