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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ???呈B | 001111110011111100111111100100101110011001000010 | 3f3f3f92e642 |
EUC-JP | ???呈B | 001111110011111100111111110001001110100001000010 | 3f3f3fc4e842 |
UTF-8 | 룶⅝룫呈B | 11101011101000111011011011100010100001011001110111101011101000111010101111100101100100011000100001000010 | eba3b6e2859deba3abe5918842 |
UHC | 룶⅝룫呈B | 100011111010101110101000111111011000111110100010111011111101000001000010 | 8faba8fd8fa2efd042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)