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 | 茯水劾蟾 | 1110010010101000100100001000010110001010010011101110010110110111 | e4a890858a4ee5b7 |
EUC-JP | 茯水劾蟾 | 1110100010101010101111111110010110110011101011111110101010111001 | e8aabfe5b3afeab9 |
UTF-8 | 茯水劾蟾 | 111010001000110010101111111001101011000010110100111001011000101010111110111010001001111110111110 | e88cafe6b0b4e58abee89fbe |
UHC | 茯水劾蟾 | 1101110011011010111000101010100111111010101101101110000011101010 | dcdae2a9fab6e0ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)