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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 弔?畯? | 100100101010001000111111111110110110111100111111 | 92a23ffb6f3f |
EUC-JP | 弔?畯? | 11000100101001000011111110001111110011011011101100111111 | c4a43f8fcdbb3f |
UTF-8 | 弔렟畯푀 | 111001011011110010010100111010111010000010011111111001111001010110101111111011011001000110000000 | e5bc94eba09fe795afed9180 |
UHC | 弔렟畯푀 | 1111000011000000100011101011000011110001111000011100011110100011 | f0c08eb0f1e1c7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)