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 | 犂獗牾犂 | 1110000010110010111000001101001111100000101100011110000010110010 | e0b2e0d3e0b1e0b2 |
EUC-JP | 犂獗牾犂 | 1110000010110100111000001101010111100000101100111110000010110100 | e0b4e0d5e0b3e0b4 |
UTF-8 | 犂獗牾犂 | 111001111000101010000010111001111000110110010111111001111000100110111110111001111000101010000010 | e78a82e78d97e789bee78a82 |
UHC | ?獗?? | 0011111111001111111100010011111100111111 | 3fcff13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)