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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蛛蓼蛛蓼B | 111001011000000111100100111110001110010110000001111001001111100001000010 | e581e4f8e581e4f842 |
EUC-JP | 蛛蓼蛛蓼B | 111010011110000111101000111110101110100111100001111010001111101001000010 | e9e1e8fae9e1e8fa42 |
UTF-8 | 蛛蓼蛛蓼B | 11101000100110111001101111101000100100111011110011101000100110111001101111101000100100111011110001000010 | e89b9be893bce89b9be893bc42 |
UHC | 蛛蓼蛛蓼B | 111100011100100011010110111111101111000111001000110101101111111001000010 | f1c8d6fef1c8d6fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)