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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 谷捉速c^ | 1001001001001010100100011010100010010001101011000110001101011110 | 924a91a891ac635e |
EUC-JP | 谷捉速c^ | 1100001110101011110000101010101011000010101011100110001101011110 | c3abc2aac2ae635e |
UTF-8 | 谷捉速c^ | 1110100010110000101101111110011010001101100010011110100110000000100111110110001101011110 | e8b0b7e68d89e9809f635e |
UHC | 谷捉速c^ | 1100110111011011111100111011010111100001110111000110001101011110 | cddbf3b5e1dc635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)