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 | 重?億??? | 1000111101100100001111111000100110101101001111110011111100111111 | 8f643f89ad3f3f3f |
EUC-JP | 重?億??? | 1011110111000101001111111011001010101111001111110011111100111111 | bdc53fb2af3f3f3f |
UTF-8 | 重렦億멸렫렣 | 111010011000011110001101111010111010000010100110111001011000010010000100111010111010100110111000111010111010000010101011111010111010000010100011 | e9878deba0a6e58484eba9b8eba0abeba0a3 |
UHC | 重렦億멸렫렣 | 111100011110110010001110101101011110010111100010101110001110101010001110101110011000111010110100 | f1ec8eb5e5e2b8ea8eb98eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)