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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 珮。マ牾 | 111000001110000110100001110011111110000010110001 | e0e1a1cfe0b1 |
EUC-JP | 珮。マ牾 | 1110000011100011100011101010000110001110110011111110000010110011 | e0e38ea18ecfe0b3 |
UTF-8 | 珮。マ牾 | 111001111000111110101110111011111011110110100001111011111011111010001111111001111000100110111110 | e78faeefbda1efbe8fe789be |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)