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 | 澈磁執 | 1111101101001011100011101010010111110010101010101000111010110111 | fb4b8ea5f2aa8eb7 |
EUC-JP | 澈磁?執 | 1000111111001000111001011011110010100111001111111011110010111001 | 8fc8e5bca73fbcb9 |
UTF-8 | 澈磁執 | 111001101011111010001000111001111010001110000001111011101000011110100001111001011001111110110111 | e6be88e7a381ee87a1e59fb7 |
UHC | 澈磁?執 | 11110100110011011110110110111000001111111111001011111011 | f4cdedb83ff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)