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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ??訛h??訛 | 001111110011111111100110011000010110100000111111001111111110011001100001 | 3f3fe661683f3fe661 |
EUC-JP | ??訛h??訛 | 001111110011111111101011110000100110100000111111001111111110101111000010 | 3f3febc2683f3febc2 |
UTF-8 | 손샵訛h손샵訛 | 11101100100001101001000011101100100000111011010111101000101010001001101101101000111011001000011010010000111011001000001110110101111010001010100010011011 | ec8690ec83b5e8a89b68ec8690ec83b5e8a89b |
UHC | 손샵訛h손샵訛 | 10111100110101011011110010100101111010001100010101101000101111001101010110111100101001011110100011000101 | bcd5bca5e8c568bcd5bca5e8c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)