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 | 陂ろ埀緕 | 1110100010011000100000101110101110011010101011111110001110001110 | e89882eb9aafe38e |
EUC-JP | 陂ろ埀緕 | 1110111111111000101001001110110111010100101100011110010111101110 | eff8a4edd4b1e5ee |
UTF-8 | 陂ろ埀緕 | 111010011001100110000010111000111000001010001101111001011001111110000000111001111011011110010101 | e99982e3828de59f80e7b795 |
UHC | 陂ろ?? | 111110011010111010101010111011010011111100111111 | f9aeaaed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)