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 | 髯ャ譎会スャ | 111010011001100110101100111001101001100110001001111011111011110110101100 | e999ace69989efbdac |
EUC-JP | 髯ャ譎会スャ | 111100011111100110001110101011001110101111111001101100101111000110001110101111011000111010101100 | f1f98eacebf9b2f18ebd8eac |
UTF-8 | 髯ャ譎会スャ | 111010011010101110101111111011111011110110101100111010001010110110001110111001001011110010011010111011111011110110111101111011111011110110101100 | e9abafefbdace8ad8ee4bc9aefbdbdefbdac |
UHC | ??譎??? | 00111111001111111111110111010010001111110011111100111111 | 3f3ffdd23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)