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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襁帚漠 | 111001011111010010011011111000101001010010011001 | e5f49be29499 |
EUC-JP | 襁帚漠 | 111010101111011011010110111001001100011111111001 | eaf6d6e4c7f9 |
UTF-8 | 襁帚漠 | 111010001010010110000001111001011011100010011010111001101011110010100000 | e8a581e5b89ae6bca0 |
UHC | 襁?漠 | 1100101110111010001111111101100010101110 | cbba3fd8ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)