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 | 弱??蘊 | 100011101110001100111111001111111110010101011101 | 8ee33f3fe55d |
EUC-JP | 弱??蘊 | 101111001110010100111111001111111110100110111110 | bce53f3fe9be |
UTF-8 | 弱듿쩀蘊 | 111001011011110010110001111010111001001110111111111011001010100110000000111010001001100010001010 | e5bcb1eb93bfeca980e8988a |
UHC | 弱듿쩀蘊 | 1110010110110000100010101110010110100100100110101110100010110011 | e5b08ae5a49ae8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)