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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 痔鈼式肓治 | 111100001011111110001110101001001111101111000110100011101010111011100011111010011000111010100001 | f0bf8ea4fbc68eaee3e98ea1 |
EUC-JP | ?痔鈼式肓治 | 001111111011110010100110100011111110001111010110101111001011000011100110111010111011110010100011 | 3fbca68fe3d6bcb0e6ebbca3 |
UTF-8 | 痔鈼式肓治 | 111011101000000110111110111001111001011110010100111010011000100010111100111001011011110010001111111010001000001010010011111001101011001010111011 | ee81bee79794e988bce5bc8fe88293e6b2bb |
UHC | ?痔?式?治 | 001111111111011011000000001111111110001111010010001111111111011010111101 | 3ff6c03fe3d23ff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)