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 | 弔?制絅? | 1001001010100010001111111001000010100111111000110100010000111111 | 92a23f90a7e3443f |
EUC-JP | 弔?制絅? | 1100010010100100001111111100000010101001111001011010010100111111 | c4a43fc0a9e5a53f |
UTF-8 | 弔렲制絅렠 | 111001011011110010010100111010111010000010110010111001011000100010110110111001111011010110000101111010111010000010100000 | e5bc94eba0b2e588b6e7b585eba0a0 |
UHC | 弔렲制絅렠 | 11110000110000001000111010111111111100001010010011001100111001111000111010110001 | f0c08ebff0a4cce78eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)