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 | 畑??誼? | 10010100101010000011111100111111100010110110001000111111 | 94a83f3f8b623f |
EUC-JP | 畑??誼? | 11001000101010100011111100111111101101011100001100111111 | c8aa3f3fb5c33f |
UTF-8 | 畑룹눖誼폜 | 111001111001010110010001111010111010001110111001111010111000100010010110111010001010101010111100111011011000111110011100 | e79591eba3b9eb8896e8aabced8f9c |
UHC | 畑룹눖誼폜 | 11101111101001011011011111101100100001111011000011101011111111101011110101000101 | efa5b7ec87b0ebfebd45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)