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 | ??王擾 | 001111110011111110001001101001001000111111101111 | 3f3f89a48fef |
EUC-JP | ??王擾 | 001111110011111110110010101001101011111011110001 | 3f3fb2a6bef1 |
UTF-8 | 렯롕王擾 | 111010111010000010101111111010111010000110010101111001111000111010001011111001101001001110111110 | eba0afeba195e78e8be693be |
UHC | 렯롕王擾 | 1000111010111100100011101101100111101000110111011110100011110110 | 8ebc8ed9e8dde8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)