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 | 莠肥桴 | 111001001011101010010100111011001001111010001111 | e4ba94ec9e8f |
EUC-JP | 莠肥桴 | 111010001011110011001000111011101101101111101111 | e8bcc8eedbef |
UTF-8 | 莠肥桴 | 111010001000111010100000111010001000001010100101111001101010000110110100 | e88ea0e882a5e6a1b4 |
UHC | ?肥? | 00111111110111011111111000111111 | 3fddfe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)