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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錺遂_裼 | 1110100001000100100100001000101110000001010100011110010111100111 | e844908b8151e5e7 |
EUC-JP | 錺遂_裼 | 1110111110100101101111111110101110100001101100101110101011101001 | efa5bfeba1b2eae9 |
UTF-8 | 錺遂_裼 | 111010011000110010111010111010011000000110000010111011111011110010111111111010001010001110111100 | e98cbae98182efbcbfe8a3bc |
UHC | ?遂_? | 001111111110001011000100101000111101111100111111 | 3fe2c4a3df3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)