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 | ??租貳 | 001111110011111110010001011001001110011011000110 | 3f3f9164e6c6 |
EUC-JP | ??租貳 | 001111110011111111000001110001011110110011001000 | 3f3fc1c5ecc8 |
UTF-8 | 렯롋租貳 | 111010111010000010101111111010111010000110001011111001111010011110011111111010001011001010110011 | eba0afeba18be7a79fe8b2b3 |
UHC | 렯롋租貳 | 1000111010111100100011101101000111110000110101011110110011000011 | 8ebc8ed1f0d5ecc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)