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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雕ー竏ォ諤真 | 11101000101110001011000011100010100010001010101111100110100000001001000001011110 | e8b8b0e288abe680905e |
EUC-JP | 雕ー竏ォ諤真 | 111100001011101010001110101100001110001111101000100011101010101111101011111000001011111110111111 | f0ba8eb0e3e88eabebe0bfbf |
UTF-8 | 雕ー竏ォ諤真 | 111010011001101110010101111011111011110110110000111001111010101110001111111011111011110110101011111010001010101110100100111001111001110010011111 | e99b95efbdb0e7ab8fefbdabe8aba4e79c9f |
UHC | 雕????? | 11110000111001110011111100111111001111110011111100111111 | f0e73f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)