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 | 矣 | 1111000111011100111100001110110111100001111000011111000111111100 | f1dcf0ede1e1f1fc |
EUC-JP | ??矣? | 0011111100111111111000101110001100111111 | 3f3fe2e33f |
UTF-8 | 矣 | 111011101000010110010111111011101000001010101100111001111001111110100011111011101000010110110111 | ee8597ee82ace79fa3ee85b7 |
UHC | ??矣? | 0011111100111111111010111111100000111111 | 3f3febf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)