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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 竊??H | 1110001010000110001111110011111101001000 | e2863f3f48 |
EUC-JP | 竊??H | 1110001111100110001111110011111101001000 | e3e63f3f48 |
UTF-8 | 竊쇄뾿H | 11100111101010111000101011101100100001111000010011101011101111101011111101001000 | e7ab8aec8784ebbebf48 |
UHC | 竊쇄뾿H | 11101111101111001011110011100010100101111000011101001000 | efbcbce2978748 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)