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 | ????第 | 001111110011111100111111001111111001000111100110 | 3f3f3f3f91e6 |
EUC-JP | ????第 | 001111110011111100111111001111111100001011101000 | 3f3f3f3fc2e8 |
UTF-8 | 렯렺렯렖第 | 111010111010000010101111111010111010000010111010111010111010000010101111111010111010000010010110111001111010110010101100 | eba0afeba0baeba0afeba096e7acac |
UHC | 렯렺렯렖第 | 10001110101111001000111011000010100011101011110010001110101010111111000010101111 | 8ebc8ec28ebc8eabf0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)