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 | 蜆庭矯 | 111001011000010010010010111010111000101110111000 | e58492eb8bb8 |
EUC-JP | 蜆庭矯 | 111010011110010011000100111011011011011010111010 | e9e4c4edb6ba |
UTF-8 | 蜆庭矯 | 111010001001110010000110111001011011101010101101111001111001111110101111 | e89c86e5baade79faf |
UHC | ?庭矯 | 0011111111101111110101001100111011101100 | 3fefd4ceec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)