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 | 髯ャ譖∫ュコ | 111010011001100110101100111001101001101110000001111001111010110110111010 | e999ace69b81e7adba |
EUC-JP | 髯ャ譖∫ュコ | 111100011111100110001110101011001110101111111011101000101110100110001110101011011000111010111010 | f1f98eacebfba2e98ead8eba |
UTF-8 | 髯ャ譖∫ュコ | 111010011010101110101111111011111011110110101100111010001010110110010110111000101000100010101011111011111011110110101101111011111011110110111010 | e9abafefbdace8ad96e288abefbdadefbdba |
UHC | ???∫?? | 00111111001111110011111110100001111100100011111100111111 | 3f3f3fa1f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)