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 | 凞治澈雫 | 1111101101011000100011101010000111111011010010111000111010110100 | fb588ea1fb4b8eb4 |
EUC-JP | ?治澈雫 | 0011111110111100101000111000111111001000111001011011110010110110 | 3fbca38fc8e5bcb6 |
UTF-8 | 凞治澈雫 | 111011111010100010010101111001101011001010111011111001101011111010001000111010011001101110101011 | efa895e6b2bbe6be88e99bab |
UHC | ?治澈? | 001111111111011010111101111101001100110100111111 | 3ff6bdf4cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)