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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 遲誤賠窒 | 1110011110101101100011001110101110010100100001011001001010000010 | e7ad8ceb94859282 |
EUC-JP | 遲誤賠窒 | 1110111010101111101110001110110111000111111001011100001111100010 | eeafb8edc7e5c3e2 |
UTF-8 | 遲誤賠窒 | 111010011000000110110010111010001010101010100100111010001011001110100000111001111010101010010010 | e981b2e8aaa4e8b3a0e7aa92 |
UHC | 遲誤賠窒 | 1111001011000000111010001010011011011011110100111111001011110010 | f2c0e8a6dbd3f2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)