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 | 叱丞ウ | 11110100101001011000111010110110100011111110010110110011 | f4a58eb68fe5b3 |
EUC-JP | ?叱丞ウ | 00111111101111001011100010111110111001111000111010110011 | 3fbcb8bee78eb3 |
UTF-8 | 叱丞ウ | 111011101000110110010100111001011000111110110001111001001011100010011110111011111011110110110011 | ee8d94e58fb1e4b89eefbdb3 |
UHC | ?叱丞? | 001111111111001011101010111000111010101000111111 | 3ff2eae3aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)