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 | ?O?? | 00111111010011110011111100111111 | 3f4f3f3f |
SJIS-WIN | 席O銑禪 | 10010000110010000100111110010001010011001110001001010111 | 90c84f914ce257 |
EUC-JP | 席O銑禪 | 11000000110010100100111111000001101011011110001110111000 | c0ca4fc1ade3b8 |
UTF-8 | 席O銑禪 | 11100101101110001010110101001111111010011000101010010001111001111010011010101010 | e5b8ad4fe98a91e7a6aa |
UHC | 席O銑禪 | 11100000101011000100111111100000110101011110000011001001 | e0ac4fe0d5e0c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)