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 | 霍ソ蜊捺、 | 1110100010110111101111111110010110001101100100111110011010100100 | e8b7bfe58d93e6a4 |
EUC-JP | 霍ソ蜊捺、 | 11110000101110011000111010111111111010011110110111000110111010001000111010100100 | f0b98ebfe9edc6e88ea4 |
UTF-8 | 霍ソ蜊捺、 | 111010011001110010001101111011111011110110111111111010001001110010001010111001101000110110111010111011111011110110100100 | e99c8defbdbfe89c8ae68dbaefbda4 |
UHC | ???捺? | 001111110011111100111111110100011111010000111111 | 3f3f3fd1f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)