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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譽溪畠 | 111001101010001110011111111000101001010010101001 | e6a39fe294a9 |
EUC-JP | 譽溪畠 | 111011001010010111011110111001001100100010101011 | eca5dee4c8ab |
UTF-8 | 譽溪畠 | 111010001010110110111101111001101011101010101010111001111001010110100000 | e8adbde6baaae795a0 |
UHC | 譽溪? | 1110011111100010110011011010001000111111 | e7e2cda23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)