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 | 鉛????? | 10001001100101000011111100111111001111110011111100111111 | 89943f3f3f3f3f |
EUC-JP | 鉛????? | 10110001111101000011111100111111001111110011111100111111 | b1f43f3f3f3f3f |
UTF-8 | 鉛놁퓼鱗곫첀 | 111010011000100110011011111010111000011010000001111011011001001110111100111011111010011110110010111010101011001110101011111011001011001010000000 | e9899beb8681ed93bcefa7b2eab3abecb280 |
UHC | 鉛놁퓼鱗곫첀 | 111001101110011110000110111011001011111110100000111011001110011110000001111001101010101010001101 | e6e786ecbfa0ece781e6aa8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)