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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 玩???? | 100010101101111100111111001111110011111100111111 | 8adf3f3f3f3f |
EUC-JP | 玩???? | 101101001110000100111111001111110011111100111111 | b4e13f3f3f3f |
UTF-8 | 玩렯롕렯렟 | 111001111000111010101001111010111010000010101111111010111010000110010101111010111010000010101111111010111010000010011111 | e78ea9eba0afeba195eba0afeba09f |
UHC | 玩렯롕렯렟 | 11101000110011001000111010111100100011101101100110001110101111001000111010110000 | e8cc8ebc8ed98ebc8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)