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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 爰?淫臀? | 1110000010100111001111111000100011111010111001000101110000111111 | e0a73f88fae45c3f |
EUC-JP | 爰?淫臀? | 1110000010101001001111111011000011111100111001111011110100111111 | e0a93fb0fce7bd3f |
UTF-8 | 爰렚淫臀▶ | 111001111000100010110000111010111010000010011010111001101011011110101011111010001000011110000000111000101001011010110110 | e788b0eba09ae6b7abe88780e296b6 |
UHC | 爰렚淫臀▶ | 11101010101110101000111010101101111010111110001011010100111010111010001010111010 | eaba8eadebe2d4eba2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)