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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褥取梼 | 111001011111000110001110111001101001001110001110 | e5f18ee6938e |
EUC-JP | 褥取梼 | 111010101111001110111100111010001100010111101110 | eaf3bce8c5ee |
UTF-8 | 褥取梼 | 111010001010010010100101111001011000111110010110111001101010001010111100 | e8a4a5e58f96e6a2bc |
UHC | 褥取? | 1110100110110011111101101010001000111111 | e9b3f6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)