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 | 鈺?+押①? | 11111011110001000011111110000001011110111000100110011111100001110100000000111111 | fbc43f817b899f87403f |
EUC-JP | 鈺?+押?? | 10001111111000111101010100111111101000011101110010110010101000010011111100111111 | 8fe3d53fa1dcb2a13f3f |
UTF-8 | 鈺뤿+押①쉿 | 111010011000100010111010111010111010010010111111111011111011110010001011111001101000101010111100111000101001000110100000111011001000100110111111 | e988baeba4bfefbc8be68abce291a0ec89bf |
UHC | 鈺뤿+押①쉿 | 111010001010110110001111111010111010001110101011111001001110001110101000111001111011110110110010 | e8ad8feba3abe4e3a8e7bdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)