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 | 犇シ眈ヤ犇牆 | 11100000101101001011110011100001101111001101010011100000101101001110000010101101 | e0b4bce1bcd4e0b4e0ad |
EUC-JP | 犇シ眈ヤ犇牆 | 111000001011011010001110101111001110001010111110100011101101010011100000101101101110000010101111 | e0b68ebce2be8ed4e0b6e0af |
UTF-8 | 犇シ眈ヤ犇牆 | 111001111000101010000111111011111011110110111100111001111001110010001000111011111011111010010100111001111000101010000111111001111000100110000110 | e78a87efbdbce79c88efbe94e78a87e78986 |
UHC | ??眈??牆 | 0011111100111111111101111010111100111111001111111110110111101101 | 3f3ff7af3f3feded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)