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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?荀??? | 001111111110010010100100001111110011111100111111 | 3fe4a43f3f3f |
EUC-JP | ?荀??? | 001111111110100010100110001111110011111100111111 | 3fe8a63f3f3f |
UTF-8 | 셈荀셔렯렶 | 111011001000010110001000111010001000110110000000111011001000010110010100111010111010000010101111111010111010000010110110 | ec8588e88d80ec8594eba0afeba0b6 |
UHC | 셈荀셔렯렶 | 10111100110000001110001011110000101111001100010110001110101111001000111011000001 | bcc0e2f0bcc58ebc8ec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)