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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 辱h?? | 100100000100101010000010100010000011111100111111 | 904a82883f3f |
EUC-JP | 辱h?? | 101111111010101110100011111010000011111100111111 | bfaba3e83f3f |
UTF-8 | 辱h퍤歷 | 111010001011111010110001111011111011110110001000111011011000110110100100111011111010011010001100 | e8beb1efbd88ed8da4efa68c |
UHC | 辱h퍤歷 | 1110100110110100101000111110100010111011100110111110011010111000 | e9b4a3e8bb9be6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)