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 | 瓮ワ?吾? | 1110000101000100100000111000111100111111100011001110000100111111 | e144838f3f8ce13f |
EUC-JP | 瓮ワ?吾? | 1110000110100101101001011110111100111111101110001110001100111111 | e1a5a5ef3fb8e33f |
UTF-8 | 瓮ワ쉈吾볃 | 111001111001001110101110111000111000001110101111111011001000100110001000111001011001000010111110111010111011001110000011 | e793aee383afec8988e590beebb383 |
UHC | 瓮ワ쉈吾볃 | 11101000101101111010101111101111101111011010010111100111111011101001001111010001 | e8b7abefbda5e7ee93d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)