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 | ?????^F | 00111111001111110011111100111111001111110101111001000110 | 3f3f3f3f3f5e46 |
SJIS-WIN | ???訥ぢ^F | 001111110011111100111111111001100110001110000010110000000101111001000110 | 3f3f3fe66382c05e46 |
EUC-JP | ???訥ぢ^F | 001111110011111100111111111010111100010010100100110000100101111001000110 | 3f3f3febc4a4c25e46 |
UTF-8 | 룵句룶訥ぢ^F | 1110101110100011101101011110111110100100100001101110101110100011101101101110100010101000101001011110001110000001101000100101111001000110 | eba3b5efa486eba3b6e8a8a5e381a25e46 |
UHC | 룵句룶訥ぢ^F | 100011111010101011001111111110111000111110101011110100101110110110101010110000100101111001000110 | 8faacffb8fabd2edaac25e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)