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 | ??K? | 00111111001111110100101100111111 | 3f3f4b3f |
SJIS-WIN | 膊皓K舫 | 11100100010011011110000110101001010010111110010001110101 | e44de1a94be475 |
EUC-JP | 膊皓K舫 | 11100111101011101110001010101011010010111110011111010110 | e7aee2ab4be7d6 |
UTF-8 | 膊皓K舫 | 11101000100001101000101011100111100110101001001101001011111010001000100010101011 | e8868ae79a934be888ab |
UHC | 膊皓K舫 | 11011010110110111111101111010011010010111101101110111010 | dadbfbd34bdbba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)