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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 銑屑夕B | 10010001010011001000101111111011100101110101101101000010 | 914c8bfb975b42 |
EUC-JP | 銑屑夕B | 11000001101011011011011011111101110011011011110001000010 | c1adb6fdcdbc42 |
UTF-8 | 銑屑夕B | 11101001100010101001000111100101101100011001000111100101101001001001010101000010 | e98a91e5b191e5a49542 |
UHC | 銑屑夕B | 11100000110101011110000011011010111000001010101001000010 | e0d5e0dae0aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)