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 | 源?垣?瀞 | 1000110010111001001111111000101001011111001111111001001111010010 | 8cb93f8a5f3f93d2 |
EUC-JP | 源?垣?瀞 | 1011100010111011001111111011001111000000001111111100011011010100 | b8bb3fb3c03fc6d4 |
UTF-8 | 源렰垣렖瀞 | 111001101011101010010000111010111010000010110000111001011001111010100011111010111010000010010110111001111000000010011110 | e6ba90eba0b0e59ea3eba096e7809e |
UHC | 源렰垣렖瀞 | 11101010101110011000111010111101111010101010111110001110101010111110111111100111 | eab98ebdeaaf8eabefe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)