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 | 遲誤ク | 1110011110101101100011001110101110111000 | e7ad8cebb8 |
EUC-JP | 遲誤ク | 111011101010111110111000111011011000111010111000 | eeafb8ed8eb8 |
UTF-8 | 遲誤ク | 111010011000000110110010111010001010101010100100111011111011110110111000 | e981b2e8aaa4efbdb8 |
UHC | 遲誤? | 1111001011000000111010001010011000111111 | f2c0e8a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)