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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | セ隘褄コ | 111100001011110110111110111010001010010111100101111010111111000110001110101110101111000010111011 | f0bdbee8a5e5ebf18ebaf0bb |
EUC-JP | ?セ隘褄?コ? | 0011111110001110101111101111000010100111111010101110110100111111100011101011101000111111 | 3f8ebef0a7eaed3f8eba3f |
UTF-8 | セ隘褄コ | 111011101000000110111100111011111011110110111110111010011001101010011000111010001010010010000100111011101000010010001001111011111011110110111010111011101000000110111010 | ee81bcefbdbee99a98e8a484ee8489efbdbaee81ba |
UHC | ??隘???? | 0011111100111111111001001111011000111111001111110011111100111111 | 3f3fe4f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)