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 | 鐱雫蒔 | 111110111110010110001110101101001000111010101010 | fbe58eb48eaa |
EUC-JP | 鐱雫蒔 | 10001111111001011110001010111100101101101011110010101100 | 8fe5e2bcb6bcac |
UTF-8 | 鐱雫蒔 | 111010011001000010110001111010011001101110101011111010001001001010010100 | e990b1e99babe89294 |
UHC | ??蒔 | 00111111001111111110001111001000 | 3f3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)