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 | 褸狩スケ | 111001011111100010001110111010111011110110111001 | e5f88eebbdb9 |
EUC-JP | 褸狩スケ | 1110101011111010101111001110110110001110101111011000111010111001 | eafabced8ebd8eb9 |
UTF-8 | 褸狩スケ | 111010001010010010111000111001111000101110101001111011111011110110111101111011111011110110111001 | e8a4b8e78ba9efbdbdefbdb9 |
UHC | 褸狩?? | 110101111010111011100010101011010011111100111111 | d7aee2ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)