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 | 阿?+ | 1000100010100010001111111000000101111011 | 88a23f817b |
EUC-JP | 阿?+ | 1011000010100100001111111010000111011100 | b0a43fa1dc |
UTF-8 | 阿귣+ | 111010011001100010111111111010101011011110100011111011111011110010001011 | e998bfeab7a3efbc8b |
UHC | 阿귣+ | 111001001011100110000010111010111010001110101011 | e4b982eba3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)