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 | 畑??二?Ⅸ | 100101001010100000111111001111111001001111110001001111111000011101011100 | 94a83f3f93f13f875c |
EUC-JP | 畑??二?? | 1100100010101010001111110011111111000110111100110011111100111111 | c8aa3f3fc6f33f3f |
UTF-8 | 畑몄룇二깍Ⅸ | 111001111001010110010001111010111010101010000100111010111010001110000111111001001011101010001100111010101011100110001101111000101000010110101000 | e79591ebaa84eba387e4ba8ceab98de285a8 |
UHC | 畑몄룇二깍Ⅸ | 111011111010010110111000111011001000111110000110111011001010001110110001111011111010010110111000 | efa5b8ec8f86eca3b1efa5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)