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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 譖罹攫笏ォ蝓 | 1110011010011011100111001110101110011101101110101110001010010100101010111110010110011111 | e69b9ceb9dbae294abe59f |
EUC-JP | 譖罹攫笏ォ蝓 | 111010111111101111011000111011011101101010111100111000111111010010001110101010111110101010100001 | ebfbd8eddabce3f48eabeaa1 |
UTF-8 | 譖罹攫笏ォ蝓 | 111010001010110110010110111001111011110110111001111001101001010010101011111001111010110010001111111011111011110110101011111010001001110110010011 | e8ad96e7bdb9e694abe7ac8fefbdabe89d93 |
UHC | ?罹攫笏?? | 001111111101011111100111111111001010101111111011111011100011111100111111 | 3fd7e7fcabfbee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)