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 | 車舎借屡 | 1000111011010100100011101100100110001110110110001000111011000110 | 8ed48ec98ed88ec6 |
EUC-JP | 車舎借屡 | 1011110011010110101111001100101110111100110110101011110011001000 | bcd6bccbbcdabcc8 |
UTF-8 | 車舎借屡 | 111010001011101110001010111010001000100010001110111001011000000010011111111001011011000110100001 | e8bb8ae8888ee5809fe5b1a1 |
UHC | 車?借? | 111100111011001100111111111100111010100000111111 | f3b33ff3a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)