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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 譴ッ寬シ霎ィ | 111001101010001010101111111110101010101010111100111010001011111010101000 | e6a2affaaabce8bea8 |
EUC-JP | 譴ッ?シ霎ィ | 1110110010100100100011101010111100111111100011101011110011110000110000001000111010101000 | eca48eaf3f8ebcf0c08ea8 |
UTF-8 | 譴ッ寬シ霎ィ | 111010001010110110110100111011111011110110101111111001011010111110101100111011111011110110111100111010011001110010001110111011111011110110101000 | e8adb4efbdafe5afacefbdbce99c8eefbda8 |
UHC | 譴?寬??? | 1100110010111001001111111100111010110000001111110011111100111111 | ccb93fceb03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)