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 | 遙??業?? | 1110101010100001001111110011111110001011110001100011111100111111 | eaa13f3f8bc63f3f |
EUC-JP | 遙??業?? | 1111010010100011001111110011111110110110110010000011111100111111 | f4a33f3fb6c83f3f |
UTF-8 | 遙사떁業롨웺 | 111010011000000110011001111011001000001010101100111010111001011010000001111001101010010110101101111010111010000110101000111011001001101110111010 | e98199ec82aceb9681e6a5adeba1a8ec9bba |
UHC | 遙사떁業롨웺 | 111010011010101110111011111001111000101110010111111001011111011010001110111010001001111110000110 | e9abbbe78b97e5f68ee89f86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)