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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 掌ワ?節?] | 100011111011011010000011100011110011111110010000110111110011111101011101 | 8fb6838f3f90df3f5d |
EUC-JP | 掌ワ?節?] | 101111101011100010100101111011110011111111000000111000010011111101011101 | beb8a5ef3fc0e13f5d |
UTF-8 | 掌ワ슨節풯] | 11100110100011101000110011100011100000111010111111101100100010101010100011100111101011111000000011101101100100101010111101011101 | e68e8ce383afec8aa8e7af80ed92af5d |
UHC | 掌ワ슨節풯] | 1110110111100110101010111110111110111101101111001110111110111101101111110101000101011101 | ede6abefbdbcefbdbf515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)