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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 轤寂存繧ョ | 111001111000001010001110111000101001000110110110111000111000001010101110 | e7828ee291b6e382ae |
EUC-JP | 轤寂存繧ョ | 11101101111000101011110011100100110000101011100011100101111000101000111010101110 | ede2bce4c2b8e5e28eae |
UTF-8 | 轤寂存繧ョ | 111010001011110110100100111001011010111110000010111001011010110110011000111001111011100110100111111011111011110110101110 | e8bda4e5af82e5ad98e7b9a7efbdae |
UHC | ?寂存?? | 00111111111011101101011011110000111011010011111100111111 | 3feed6f0ed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)