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 | ®Ú | 100110011001110110001101101011101001100111011010 | 999d8dae99da |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???®?Ú | 00111111001111110011111110001111101000101110111000111111100011111010101011100010 | 3f3f3f8fa2ee3f8faae2 |
UTF-8 | ®Ú | 110000101001100111000010100111011100001010001101110000101010111011000010100110011100001110011010 | c299c29dc28dc2aec299c39a |
UHC | ???®?? | 00111111001111110011111110100010111001110011111100111111 | 3f3f3fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)