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 | 霈餓沫遐 | 1110100010111100100010011110110010010110100101111110011110100000 | e8bc89ec9697e7a0 |
EUC-JP | 霈餓沫遐 | 1111000010111110101100101110111011001011111101111110111010100010 | f0beb2eecbf7eea2 |
UTF-8 | 霈餓沫遐 | 111010011001110010001000111010011010010010010011111001101011001010101011111010011000000110010000 | e99c88e9a493e6b2abe98190 |
UHC | ?餓沫遐 | 00111111111001001011101111011000110010001111100111000110 | 3fe4bbd8c8f9c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)