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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 移????? | 10001000110110100011111100111111001111110011111100111111 | 88da3f3f3f3f3f |
EUC-JP | 移????? | 10110000110111000011111100111111001111110011111100111111 | b0dc3f3f3f3f3f |
UTF-8 | 移렖롋댁렯렖 | 111001111010011110111011111010111010000010010110111010111010000110001011111010111000110010000001111010111010000010101111111010111010000010010110 | e7a7bbeba096eba18beb8c81eba0afeba096 |
UHC | 移렖롋댁렯렖 | 111011001011100110001110101010111000111011010001101101001110110010001110101111001000111010101011 | ecb98eab8ed1b4ec8ebc8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)