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 | 畏???▼┷ | 100010001101100000111111001111110011111110000001101001011000010010111000 | 88d83f3f3f81a584b8 |
EUC-JP | 畏??孼▼┷ | 1011000011011010001111110011111110001111101110101100001110100010101001111010100010111010 | b0da3f3f8fbac3a2a7a8ba |
UTF-8 | 畏붷튋孼▼┷ | 111001111001010110001111111010111011011010110111111011011000101010001011111001011010110110111100111000101001011010111100111000101001010010110111 | e7958febb6b7ed8a8be5adbce296bce294b7 |
UHC | 畏붷튋孼▼┷ | 111010001110011010010100111001011011100110011111111001011110110110100001111001011010011010111010 | e8e694e5b99fe5eda1e5a6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)