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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 穩?よ?窺^ | 111000100111001000111111100000101110011000111111100010010100110101011110 | e2723f82e63f894d5e |
EUC-JP | 穩?よ?窺^ | 111000111101001100111111101001001110100000111111101100011010111001011110 | e3d33fa4e83fb1ae5e |
UTF-8 | 穩빿よ콝窺^ | 11100111101010011010100111101011101110011011111111100011100000101000100011101100101111011001110111100111101010101011101001011110 | e7a9a9ebb9bfe38288ecbd9de7aaba5e |
UHC | 穩빿よ콝窺^ | 1110100010110001100101011101000010101010111010001011000110010101110100001010101001011110 | e8b195d0aae8b195d0aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)