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 | 畑??誼?? | 1001010010101000001111110011111110001011011000100011111100111111 | 94a83f3f8b623f3f |
EUC-JP | 畑??誼?? | 1100100010101010001111110011111110110101110000110011111100111111 | c8aa3f3fb5c33f3f |
UTF-8 | 畑몄룆誼㎬퐴 | 111001111001010110010001111010111010101010000100111010111010001110000110111010001010101010111100111000111000111010101100111011011001000010110100 | e79591ebaa84eba386e8aabce38eaced90b4 |
UHC | 畑몄룆誼㎬퐴 | 111011111010010110111000111011001000111110000101111010111111111010100111111010001011110110011101 | efa5b8ec8f85ebfea7e8bd9d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)