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 | ???儀 | 0011111100111111001111111000101101010110 | 3f3f3f8b56 |
EUC-JP | ???儀 | 0011111100111111001111111011010110110111 | 3f3f3fb5b7 |
UTF-8 | 若녔찇儀 | 111011111010010110110100111010111000010110010100111011001011000010000111111001011000010010000000 | efa5b4eb8594ecb087e58480 |
UHC | 若녔찇儀 | 1110010110101110101100111110011010101001100010111110101111110000 | e5aeb3e6a98bebf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)