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 | ?k?雅 | 001111111000001010001011001111111000100111101011 | 3f828b3f89eb |
EUC-JP | ?k?雅 | 001111111010001111101011001111111011001011101101 | 3fa3eb3fb2ed |
UTF-8 | 溜k쨽雅 | 111011111010011110001011111011111011110110001011111011001010100010111101111010011001101110000101 | efa78befbd8beca8bde99b85 |
UHC | 溜k쨽雅 | 1110101011111110101000111110101110100100100101111110010010111010 | eafea3eba497e4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)