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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莠罷倹岦 | 1110010010111010100101001110101110001100100100001111101010101100 | e4ba94eb8c90faac |
EUC-JP | 莠罷倹岦 | 111010001011110011001000111011011011011111110000100011111011101110110011 | e8bcc8edb7f08fbbb3 |
UTF-8 | 莠罷倹岦 | 111010001000111010100000111001111011110110110111111001011000000010111001111001011011001010100110 | e88ea0e7bdb7e580b9e5b2a6 |
UHC | ?罷?? | 0011111111110111111100110011111100111111 | 3ff7f33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)