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 | 篏筰ホ | 1110001010111011111000101010100111001110 | e2bbe2a9ce |
EUC-JP | 篏筰ホ | 111001001011110111100100101010111000111011001110 | e4bde4ab8ece |
UTF-8 | 篏筰ホ | 111001111010111110001111111001111010110110110000111011111011111010001110 | e7af8fe7adb0efbe8e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)