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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 圻燎肢 | 100110101010101111100000100110011000111010001000 | 9aabe0998e88 |
EUC-JP | 圻燎肢 | 110101001010110111011111111110011011101111101000 | d4addff9bbe8 |
UTF-8 | 圻燎肢 | 111001011001110010111011111001111000011110001110111010001000001010100010 | e59cbbe7878ee882a2 |
UHC | 圻燎肢 | 110100001111000011010110111110101111001010110110 | d0f0d6faf2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)