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 | エ箜レ | 10110100111000101011000111011010 | b4e2b1da |
EUC-JP | エ箜レ | 100011101011010011100100101100111000111011011010 | 8eb4e4b38eda |
UTF-8 | エ箜レ | 111011111011110110110100111001111010111010011100111011111011111010011010 | efbdb4e7ae9cefbe9a |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)