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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 弱??蘊??B | 100011101110001100111111001111111110010101011101001111110011111101000010 | 8ee33f3fe55d3f3f42 |
EUC-JP | 弱??蘊??B | 101111001110010100111111001111111110100110111110001111110011111101000010 | bce53f3fe9be3f3f42 |
UTF-8 | 弱딂떨蘊듿룴B | 11100101101111001011000111101011100101001000001011101011100101101010100011101000100110001000101011101011100100111011111111101011101000111011010001000010 | e5bcb1eb9482eb96a8e8988aeb93bfeba3b442 |
UHC | 弱딂떨蘊듿룴B | 11100101101100001000101011101000101101101011001111101000101100111000101011100101100011111010100101000010 | e5b08ae8b6b3e8b38ae58fa942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)