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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鋺控鋺幸B | 111001111111101010001101010101001110011111111010100011010100101101000010 | e7fa8d54e7fa8d4b42 |
EUC-JP | 鋺控鋺幸B | 111011101111110010111001101101011110111011111100101110011010110001000010 | eefcb9b5eefcb9ac42 |
UTF-8 | 鋺控鋺幸B | 11101001100010111011101011100110100011101010011111101001100010111011101011100101101110011011100001000010 | e98bbae68ea7e98bbae5b9b842 |
UHC | ?控?幸B | 00111111110011011111001100111111111110101011100101000010 | 3fcdf33ffab942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)