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 | テ催篠青 | 11000011100011011100001110001110110000101001000011000010 | c38dc38ec290c2 |
EUC-JP | テ催篠青 | 1000111011000011101110101100010110111100110001001100000011000100 | 8ec3bac5bcc4c0c4 |
UTF-8 | テ催篠青 | 111011111011111010000011111001011000001010101100111001111010111110100000111010011001110110010010 | efbe83e582ace7afa0e99d92 |
UHC | ?催篠? | 001111111111010111001010111000011100011000111111 | 3ff5cae1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)