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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?恃? | 00111111100111001001010000111111 | 3f9c943f |
EUC-JP | 宬恃宬 | 1000111110111010110100111101011111110100100011111011101011010011 | 8fbad3d7f48fbad3 |
UTF-8 | 宬恃宬 | 111001011010111010101100111001101000000110000011111001011010111010101100 | e5aeace68183e5aeac |
UHC | 宬恃宬 | 111000001111010011100011101111101110000011110100 | e0f4e3bee0f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)