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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 筌??苡ら. | 11100010101000110011111100111111111001001000111110000010111001111000000101000100 | e2a33f3fe48f82e78144 |
EUC-JP | 筌??苡ら. | 11100100101001010011111100111111111001111110111110100100111010011010000110100101 | e4a53f3fe7efa4e9a1a5 |
UTF-8 | 筌뚯쉸苡ら. | 111001111010110110001100111010111001101010101111111011001000100110111000111010001000101110100001111000111000001010001001111011111011110010001110 | e7ad8ceb9aafec89b8e88ba1e38289efbc8e |
UHC | 筌뚯쉸苡ら. | 111011111010011110001100111011001001101010001110111011001011111010101010111010011010001110101110 | efa78cec9a8eecbeaae9a3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)