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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 犖ヤシv | 1110000010110110110101001011110001110110 | e0b6d4bc76 |
EUC-JP | 犖ヤシv | 11100000101110001000111011010100100011101011110001110110 | e0b88ed48ebc76 |
UTF-8 | 犖ヤシv | 11100111100010101001011011101111101111101001010011101111101111011011110001110110 | e78a96efbe94efbdbc76 |
UHC | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)