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 | ?夭ρ刷? | 0011111110011010111011101000001111001111100011011111110000111111 | 3f9aee83cf8dfc3f |
EUC-JP | ?夭ρ刷? | 0011111111010100111100001010011011010001101110101111111000111111 | 3fd4f0a6d1bafe3f |
UTF-8 | 뤚夭ρ刷킕 | 1110101110100100100110101110010110100100101011011100111110000001111001011000100010110111111011011000001010010101 | eba49ae5a4adcf81e588b7ed8295 |
UHC | 뤚夭ρ刷킕 | 10001111110010011110100011101100101001011111000111100001111011001011010101000001 | 8fc9e8eca5f1e1ecb541 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)