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 | ???V?? | 001111110011111100111111010101100011111100111111 | 3f3f3f563f3f |
SJIS-WIN | ???V?? | 001111110011111100111111010101100011111100111111 | 3f3f3f563f3f |
EUC-JP | ???V?? | 001111110011111100111111010101100011111100111111 | 3f3f3f563f3f |
UTF-8 | 횪횗혶V혮챰 | 11101101100110101010101011101101100110101001011111101101100110001011011001010110111011011001100010101110111011001011000110110000 | ed9aaaed9a97ed98b656ed98aeecb1b0 |
UHC | 횪횗혶V혮챰 | 1100001110100000110000111001000111000010100111010101011011000010100101011100001110110001 | c3a0c391c29d56c295c3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)