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 | 傳?箏ⅲ | 10011001010000100011111111100010101101011111101001000010 | 99423fe2b5fa42 |
EUC-JP | 傳?箏? | 110100011010001100111111111001001011011100111111 | d1a33fe4b73f |
UTF-8 | 傳렦箏ⅲ | 111001011000001010110011111010111010000010100110111001111010111010001111111000101000010110110010 | e582b3eba0a6e7ae8fe285b2 |
UHC | 傳렦箏ⅲ | 1110111011101110100011101011010111101110101101001010010110100011 | eeee8eb5eeb4a5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)