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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 堊??? | 1001101010111111001111110011111100111111 | 9abf3f3f3f |
EUC-JP | 堊??? | 1101010011000001001111110011111100111111 | d4c13f3f3f |
UTF-8 | 堊앹렲履 | 111001011010000010001010111011001001010110111001111010111010000010110010111011111010011110011111 | e5a08aec95b9eba0b2efa79f |
UHC | 堊앹렲履 | 1110010010111110100111011110110010001110101111111110110010101010 | e4be9dec8ebfecaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)