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 | ??液讀 | 001111110011111110001001011101001110011010100100 | 3f3f8974e6a4 |
EUC-JP | ??液讀 | 001111110011111110110001110101011110110010100110 | 3f3fb1d5eca6 |
UTF-8 | 뤵樂液讀 | 111010111010010010110101111011111010010110011100111001101011011010110010111010001010111010000000 | eba4b5efa59ce6b6b2e8ae80 |
UHC | 뤵樂液讀 | 1000111111100011110101011010010111100100111110111101010011000001 | 8fe3d5a5e4fbd4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)