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 | 重????? | 10001111011001000011111100111111001111110011111100111111 | 8f643f3f3f3f3f |
EUC-JP | 重????? | 10111101110001010011111100111111001111110011111100111111 | bdc53f3f3f3f3f |
UTF-8 | 重렦롋뀜렯렱 | 111010011000011110001101111010111010000010100110111010111010000110001011111010111000000010011100111010111010000010101111111010111010000010110001 | e9878deba0a6eba18beb809ceba0afeba0b1 |
UHC | 重렦롋뀜렯렱 | 111100011110110010001110101101011000111011010001101100101111000110001110101111001000111010111110 | f1ec8eb58ed1b2f18ebc8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)