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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 巐喜ア呰噤巐 | 1111101010110110100010101110110010110001100110011110110110011010100000011111101010110110 | fab68aecb199ed9a81fab6 |
EUC-JP | 巐喜ア呰噤巐 | 1000111110111011111110011011010011101110100011101011000111010010111011111101001111100001100011111011101111111001 | 8fbbf9b4ee8eb1d2efd3e18fbbf9 |
UTF-8 | 巐喜ア呰噤巐 | 111001011011011110010000111001011001011010011100111011111011110110110001111001011001000110110000111001011001100110100100111001011011011110010000 | e5b790e5969cefbdb1e591b0e599a4e5b790 |
UHC | ?喜???? | 00111111111111011110110000111111001111110011111100111111 | 3ffdec3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)