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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迚狗泓邊ィ | 111001111000100110001011111001111001111110010111111001111011001010101000 | e7898be79f97e7b2a8 |
EUC-JP | 迚狗泓邊ィ | 11101101111010011011011011101001110111011111011111101110101101001000111010101000 | ede9b6e9ddf7eeb48ea8 |
UTF-8 | 迚狗泓邊ィ | 111010001011111110011010111001111000101110010111111001101011001110010011111010011000001010001010111011111011110110101000 | e8bf9ae78b97e6b393e9828aefbda8 |
UHC | ?狗泓邊? | 0011111111001111101101111111101111110010110111001010101100111111 | 3fcfb7fbf2dcab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)