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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蜀鍋握 | 111001011000011010010011111001111000100010101100 | e58693e788ac |
EUC-JP | 蜀鍋握 | 111010011110011011000110111010011011000010101110 | e9e6c6e9b0ae |
UTF-8 | 蜀鍋握 | 111010001001110010000000111010011000110110001011111001101000111110100001 | e89c80e98d8be68fa1 |
UHC | 蜀鍋握 | 111101011011100111001110101001111110010011000100 | f5b9cea7e4c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)