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 | ???t^ | 0011111100111111001111110111010001011110 | 3f3f3f745e |
SJIS-WIN | 奪促捉t^ | 1001001001000100100100011010001110010001101010000111010001011110 | 924491a391a8745e |
EUC-JP | 奪促捉t^ | 1100001110100101110000101010010111000010101010100111010001011110 | c3a5c2a5c2aa745e |
UTF-8 | 奪促捉t^ | 1110010110100101101010101110010010111111100000111110011010001101100010010111010001011110 | e5a5aae4bf83e68d89745e |
UHC | 奪促捉t^ | 1111011110101100111101011011010111110011101101010111010001011110 | f7acf5b5f3b5745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)