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 | 11100000101110001000111011010100100011101011110001110110 | e0b88ed48ebc76 |
EUC-JP | 犧車湿v | 11100000101110101011110011010110101111001011111001110110 | e0babcd6bcbe76 |
UTF-8 | 犧車湿v | 11100111100010101010011111101000101110111000101011100110101110011011111101110110 | e78aa7e8bb8ae6b9bf76 |
UHC | 犧車?v | 111111011111101011110011101100110011111101110110 | fdfaf3b33f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)