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 | 筌??艤? | 11100010101000110011111100111111111001000111111000111111 | e2a33f3fe47e3f |
EUC-JP | 筌??艤? | 11100100101001010011111100111111111001111101111100111111 | e4a53f3fe7df3f |
UTF-8 | 筌뚯떑艤뷴 | 111001111010110110001100111010111001101010101111111010111001011010010001111010001000100110100100111010111011011110110100 | e7ad8ceb9aafeb9691e889a4ebb7b4 |
UHC | 筌뚯떑艤뷴 | 11101111101001111000110011101100100010111010011111101011111110101011101011100101 | efa78cec8ba7ebfabae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)