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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 若쒓퀡栒됧끀 | 111011111010010110110100111011001001001010010011111011011000000010100001111001101010000010010010111010111001000010100111111010111000000110000000 | efa5b4ec9293ed80a1e6a092eb90a7eb8180 |
UHC | 若쒓퀡栒됧끀 | 111001011010111010011100111010101011001110010101111000101110001110001001111001011000010110110110 | e5ae9ceab395e2e389e585b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)