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 | 奪俗造谷存 | 10010010010001001001000110101101100100011010001010010010010010101001000110110110 | 924491ad91a2924a91b6 |
EUC-JP | 奪俗造谷存 | 11000011101001011100001010101111110000101010010011000011101010111100001010111000 | c3a5c2afc2a4c3abc2b8 |
UTF-8 | 奪俗造谷存 | 111001011010010110101010111001001011111110010111111010011000000010100000111010001011000010110111111001011010110110011000 | e5a5aae4bf97e980a0e8b0b7e5ad98 |
UHC | 奪俗造谷存 | 11110111101011001110000111010100111100001110001111001101110110111111000011101101 | f7ace1d4f0e3cddbf0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)