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 | ??荀? | 0011111100111111111001001010010000111111 | 3f3fe4a43f |
EUC-JP | ??荀? | 0011111100111111111010001010011000111111 | 3f3fe8a63f |
UTF-8 | 렱렯荀셰 | 111010111010000010110001111010111010000010101111111010001000110110000000111011001000010110110000 | eba0b1eba0afe88d80ec85b0 |
UHC | 렱렯荀셰 | 1000111010111110100011101011110011100010111100001011110011001110 | 8ebe8ebce2f0bcce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)