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 | 棚続臓臓 | 1001001001001001100100011011000110010001100111111001000110011111 | 924991b1919f919f |
EUC-JP | 棚続臓臓 | 1100001110101010110000101011001111000010101000011100001010100001 | c3aac2b3c2a1c2a1 |
UTF-8 | 棚続臓臓 | 111001101010001110011010111001111011011010011010111010001000011110010011111010001000011110010011 | e6a39ae7b69ae88793e88793 |
UHC | 棚??? | 1101110111011100001111110011111100111111 | dddc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)