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 | 五??釗х? | 100011001101110000111111001111111111101110111011100001001000011100111111 | 8cdc3f3ffbbb84873f |
EUC-JP | 五??釗х? | 10111000110111100011111100111111100011111110001110100110101001111110011100111111 | b8de3f3f8fe3a6a7e73f |
UTF-8 | 五뷩꺂釗х뿺 | 1110010010111010100101001110101110110111101010011110101010111010100000101110100110000111100101111101000110000101111010111011111110111010 | e4ba94ebb7a9eaba82e98797d185ebbfba |
UHC | 五뷩꺂釗х뿺 | 111001111110100110111010111000111000001110101011111000011111001010101100111001111001011110111010 | e7e9bae383abe1f2ace797ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)