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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 璵???? | 10001111110011001110011000111111001111110011111100111111 | 8fcce63f3f3f3f |
UTF-8 | 璵붺솈捻뚨 | 111001111001001010110101111010111011011010111010111011001000011010001000111011111010011010100100111010111001101010101000 | e792b5ebb6baec8688efa6a4eb9aa8 |
UHC | 璵붺솈捻뚨 | 11100110101001011001010011100111100110011000110011100110111101111000110011100111 | e6a594e7998ce6f78ce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)