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 | ???〓 | 0011111100111111001111111000000110101100 | 3f3f3f81ac |
EUC-JP | ???〓 | 0011111100111111001111111010001010101110 | 3f3f3fa2ae |
UTF-8 | 샴퍼뤬〓 | 111011001000001110110100111011011000110110111100111010111010010010101100111000111000000010010011 | ec83b4ed8dbceba4ace38093 |
UHC | 샴퍼뤬〓 | 1011110010100100110001101101101110001111110110101010000111101011 | bca4c6db8fdaa1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)