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 | 隱樌衷粮 | 1110100010101010100111101110110010010010100011111110001011101100 | e8aa9eec928fe2ec |
EUC-JP | 隱樌衷粮 | 1111000010101100110111001110111011000011111011111110010011101110 | f0acdceec3efe4ee |
UTF-8 | 隱樌衷粮 | 111010011001101010110001111001101010100010001100111010001010000110110111111001111011001010101110 | e99ab1e6a88ce8a1b7e7b2ae |
UHC | 隱?衷粮 | 11101011110111110011111111110101111110111101010111011011 | ebdf3ff5fbd5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)