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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蓍粋燦笋 | 1110010011100111100100001000100010001110010101111110001010100010 | e4e790888e57e2a2 |
EUC-JP | 蓍粋燦笋 | 1110100011101001101111111110100010111011101110001110010010100100 | e8e9bfe8bbb8e4a4 |
UTF-8 | 蓍粋燦笋 | 111010001001001110001101111001111011001010001011111001111000011110100110111001111010110010001011 | e8938de7b28be787a6e7ac8b |
UHC | 蓍?燦? | 111000111100100100111111111100111011111000111111 | e3c93ff3be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)