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 | ÂDdÂAW | 1100001010010010010001000110010011000010100100100100000101010111 | c2924464c2924157 |
SJIS-WIN | ??Dd??AW | 0011111100111111010001000110010000111111001111110100000101010111 | 3f3f44643f3f4157 |
EUC-JP | Â?DdÂ?AW | 100011111010101010100100001111110100010001100100100011111010101010100100001111110100000101010111 | 8faaa43f44648faaa43f4157 |
UTF-8 | ÂDdÂAW | 110000111000001011000010100100100100010001100100110000111000001011000010100100100100000101010111 | c382c2924464c382c2924157 |
UHC | ??Dd??AW | 0011111100111111010001000110010000111111001111110100000101010111 | 3f3f44643f3f4157 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)