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 | ???DB | 0011111100111111001111110100010001000010 | 3f3f3f4442 |
SJIS-WIN | ???DB | 0011111100111111001111110100010001000010 | 3f3f3f4442 |
EUC-JP | ???DB | 0011111100111111001111110100010001000010 | 3f3f3f4442 |
UTF-8 | 쩌횁첬DB | 1110110010101001100011001110110110011010100000011110110010110010101011000100010001000010 | eca98ced9a81ecb2ac4442 |
UHC | 쩌횁첬DB | 1100001010111100110000111000000111000011101110100100010001000010 | c2bcc381c3ba4442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)