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 | æ¨å¼ | 111001101000110110101000111001011011110010001111 | e68da8e5bc8f |
SJIS-WIN | ??¨??? | 00111111001111111000000101001110001111110011111100111111 | 3f3f814e3f3f3f |
EUC-JP | æ?¨å?? | 1000111110101001110000010011111110100001101011111000111110101011101010010011111100111111 | 8fa9c13fa1af8faba93f3f |
UTF-8 | æ¨å¼ | 110000111010011011000010100011011100001010101000110000111010010111000010101111001100001010001111 | c3a6c28dc2a8c3a5c2bcc28f |
UHC | æ?¨?¼? | 101010011010000100111111101000011010011100111111101010001111100100111111 | a9a13fa1a73fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)