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 | 狃牴狃爰 | 1110000010111011111000001011000011100000101110111110000010100111 | e0bbe0b0e0bbe0a7 |
EUC-JP | 狃牴狃爰 | 1110000010111101111000001011001011100000101111011110000010101001 | e0bde0b2e0bde0a9 |
UTF-8 | 狃牴狃爰 | 111001111000101110000011111001111000100110110100111001111000101110000011111001111000100010110000 | e78b83e789b4e78b83e788b0 |
UHC | ???爰 | 0011111100111111001111111110101010111010 | 3f3f3feaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)