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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?℡??℡?? | 001111111000011110000100001111110011111110000111100001000011111100111111 | 3f87843f3f87843f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 六℡룘六℡룘六 | 111011111010011110010001111000101000010010100001111010111010001110011000111011111010011110010001111000101000010010100001111010111010001110011000111011111010011110010001 | efa791e284a1eba398efa791e284a1eba398efa791 |
UHC | 六℡룘六℡룘六 | 1110101110111011101000101110010110001111100101001110101110111011101000101110010110001111100101001110101110111011 | ebbba2e58f94ebbba2e58f94ebbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)