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 | 閼ア貉帛ア | 1110100010000100101100011110011010111001100110111110010110110001 | e884b1e6b99be5b1 |
EUC-JP | 閼ア貉帛ア | 11101111111001001000111010110001111011001011101111010110111001111000111010110001 | efe48eb1ecbbd6e78eb1 |
UTF-8 | 閼ア貉帛ア | 111010011001011010111100111011111011110110110001111010001011001010001001111001011011100010011011111011111011110110110001 | e996bcefbdb1e8b289e5b89befbdb1 |
UHC | 閼??帛? | 11100100110110010011111100111111110110111101100100111111 | e4d93f3fdbd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)