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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??雩?庾? | 00111111001111111000111111100110111110100011111110001111101111001100111000111111 | 3f3f8fe6fa3f8fbcce3f |
UTF-8 | 뤯휄雩앳庾언 | 111010111010010010101111111011011001110010000100111010011001101110101001111011001001010110110011111001011011101010111110111011001001011010111000 | eba4afed9c84e99ba9ec95b3e5babeec96b8 |
UHC | 뤯휄雩앳庾언 | 100011111101110111001000110101001110100111101100101111101101110011101010111011001011111011110000 | 8fddc8d4e9ecbedceaecbef0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)