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 | ?ユ?辱f? | 001111111000001110000110001111111001000001001010100000101000011000111111 | 3f83863f904a82863f |
EUC-JP | 邕ユ?辱f? | 1000111111100001111011011010010111100110001111111011111110101011101000111110011000111111 | 8fe1eda5e63fbfaba3e63f |
UTF-8 | 邕ユ뻗辱f퐗 | 111010011000001010010101111000111000001110100110111010111011101110010111111010001011111010110001111011111011110110000110111011011001000010010111 | e98295e383a6ebbb97e8beb1efbd86ed9097 |
UHC | 邕ユ뻗辱f퐗 | 111010001011101110101011111001101011101110111000111010011011010010100011111001101011110110000001 | e8bbabe6bbb8e9b4a3e6bd81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)