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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 意?????] | 1000100011010011001111110011111100111111001111110011111101011101 | 88d33f3f3f3f3f5d |
EUC-JP | 意?????] | 1011000011010101001111110011111100111111001111110011111101011101 | b0d53f3f3f3f3f5d |
UTF-8 | 意밸젒玲딁툞] | 11100110100001001000111111101011101100001011100011101100101000001001001011101111101001101010110111101011100101001000000111101101100010001001111001011101 | e6848febb0b8eca092efa6adeb9481ed889e5d |
UHC | 意밸젒玲딁툞] | 11101011111100101011100111101011101000001001000111100111101111111000101011100111101110001001010101011101 | ebf2b9eba091e7bf8ae7b8955d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)