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 | «²d«² | 10001111101010111011001001100100100011111010101110110010 | 8fabb2648fabb2 |
SJIS-WIN | ???d??? | 00111111001111110011111101100100001111110011111100111111 | 3f3f3f643f3f3f |
EUC-JP | ???d??? | 00111111001111110011111101100100001111110011111100111111 | 3f3f3f643f3f3f |
UTF-8 | «²d«² | 11000010100011111100001010101011110000101011001001100100110000101000111111000010101010111100001010110010 | c28fc2abc2b264c28fc2abc2b2 |
UHC | ??²d??² | 001111110011111110101001111101110110010000111111001111111010100111110111 | 3f3fa9f7643f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)