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 | 鼠釋? | 1001000101101100111001111101011100111111 | 916ce7d73f |
EUC-JP | 鼠釋? | 1100000111001101111011101101100100111111 | c1cdeed93f |
UTF-8 | 鼠釋롛 | 111010011011110010100000111010011000011110001011111010111010000110011011 | e9bca0e9878beba19b |
UHC | 鼠釋롛 | 111000001010100111100000101101111000111011011111 | e0a9e0b78edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)