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 | 悟??議?┃ | 100011001110010100111111001111111000101101100011001111111000010010101011 | 8ce53f3f8b633f84ab |
EUC-JP | 悟??議?┃ | 101110001110011100111111001111111011010111000100001111111010100010101101 | b8e73f3fb5c43fa8ad |
UTF-8 | 悟귣슢議곻┃ | 111001101000001010011111111010101011011110100011111011001000101010100010111010001010110110110000111010101011001110111011111000101001010010000011 | e6829feab7a3ec8aa2e8adb0eab3bbe29483 |
UHC | 悟귣슢議곻┃ | 111001111111011010000010111010111001101010101110111011001010000110000001111011111010011010101101 | e7f682eb9aaeeca181efa6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)