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 | 畏??鍮?? | 1000100011011000001111110011111111101000010010100011111100111111 | 88d83f3fe84a3f3f |
EUC-JP | 畏??鍮?? | 1011000011011010001111110011111111101111101010110011111100111111 | b0da3f3fefab3f3f |
UTF-8 | 畏븍ㅉ鍮볢쓩 | 111001111001010110001111111010111011100010001101111000111000010110001001111010011000110110101110111010111011001110100010111011001001001110101001 | e7958febb88de38589e98daeebb3a2ec93a9 |
UHC | 畏븍ㅉ鍮볢쓩 | 111010001110011010111010111010111010010010111001111010111011100110010011111010001011111010110001 | e8e6baeba4b9ebb993e8beb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)