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 | 霍社実渉コ | 111010001011011110001110110100001000111011000000100011111100001010111010 | e8b78ed08ec08fc2ba |
EUC-JP | 霍社実渉コ | 11110000101110011011110011010010101111001100001010111110110001001000111010111010 | f0b9bcd2bcc2bec48eba |
UTF-8 | 霍社実渉コ | 111010011001110010001101111001111010010010111110111001011010111010011111111001101011100010001001111011111011110110111010 | e99c8de7a4bee5ae9fe6b889efbdba |
UHC | ?社??? | 001111111101111011100100001111110011111100111111 | 3fdee43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)