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 | ??|??Ph | 00111111001111110111110000111111001111110101000001101000 | 3f3f7c3f3f5068 |
SJIS-WIN | ??|??Ph | 00111111001111110111110000111111001111110101000001101000 | 3f3f7c3f3f5068 |
EUC-JP | ??|??Ph | 00111111001111110111110000111111001111110101000001101000 | 3f3f7c3f3f5068 |
UTF-8 | 횂혰|횂혖Ph | 111011011001101010000010111011011001100010110000011111001110110110011010100000101110110110011000100101100101000001101000 | ed9a82ed98b07ced9a82ed98965068 |
UHC | 횂혰|횂혖Ph | 1100001110000010110000101001011101111100110000111000001011000010100000010101000001101000 | c382c2977cc382c2815068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)