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 | 讚ゎ攵讚 | 1110011010101011100000101110110010011101101111001110011010101011 | e6ab82ec9dbce6ab |
EUC-JP | 讚ゎ攵讚 | 1110110010101101101001001110111011011010101111101110110010101101 | ecada4eedabeecad |
UTF-8 | 讚ゎ攵讚 | 111010001010111010011010111000111000001010001110111001101001010010110101111010001010111010011010 | e8ae9ae3828ee694b5e8ae9a |
UHC | 讚ゎ?讚 | 11110011110001101010101011101110001111111111001111000110 | f3c6aaee3ff3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)