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 | DU² | 100100100100010010010010010101011001000110110010 | 9244925591b2 |
SJIS-WIN | ?D?U?? | 001111110100010000111111010101010011111100111111 | 3f443f553f3f |
EUC-JP | ?D?U?? | 001111110100010000111111010101010011111100111111 | 3f443f553f3f |
UTF-8 | DU² | 11000010100100100100010011000010100100100101010111000010100100011100001010110010 | c29244c29255c291c2b2 |
UHC | ?D?U?² | 00111111010001000011111101010101001111111010100111110111 | 3f443f553fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)