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 | 辟ー竊弟骨 | 111001111000010010110000111000101000011010010010111011011000110110011100 | e784b0e28692ed8d9c |
EUC-JP | 辟ー竊弟骨 | 11101101111001001000111010110000111000111110011011000100111011111011100111111100 | ede48eb0e3e6c4efb9fc |
UTF-8 | 辟ー竊弟骨 | 111010001011111010011111111011111011110110110000111001111010101110001010111001011011110010011111111010011010101010101000 | e8be9fefbdb0e7ab8ae5bc9fe9aaa8 |
UHC | ??竊弟骨 | 0011111100111111111011111011110011110000101010011100110111101001 | 3f3fefbcf0a9cde9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)