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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謦塗謦 | 111001101001001010010011011010001110011010010010 | e6929368e692 |
EUC-JP | 謦塗謦 | 111010111111001011000101110010011110101111110010 | ebf2c5c9ebf2 |
UTF-8 | 謦塗謦 | 111010001010110010100110111001011010000110010111111010001010110010100110 | e8aca6e5a197e8aca6 |
UHC | ?塗? | 00111111110100111111001100111111 | 3fd3f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)