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 | 杢貉腱笘 | 1001011011011011111001101011100111100100010001101110001010011000 | 96dbe6b9e446e298 |
EUC-JP | 杢貉腱笘 | 1100110011011101111011001011101111100111101001111110001111111000 | ccddecbbe7a7e3f8 |
UTF-8 | 杢貉腱笘 | 111001101001110110100010111010001011001010001001111010001000010110110001111001111010110010011000 | e69da2e8b289e885b1e7ac98 |
UHC | ??腱? | 0011111100111111110010111111001000111111 | 3f3fcbf23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)