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 | 跼樣揉顋矩怱 | 111001101111000010011110111010011001110110000110111010001111100110001011111010011001110010000100 | e6f09ee99d86e8f98be99c84 |
EUC-JP | 跼樣揉顋矩怱 | 111011001111001011011100111010111101100111100110111100001111101110110110111010111101011111100100 | ecf2dcebd9e6f0fbb6ebd7e4 |
UTF-8 | 跼樣揉顋矩怱 | 111010001011011110111100111001101010100010100011111001101000111110001001111010011010000110001011111001111001111110101001111001101000000010110001 | e8b7bce6a8a3e68f89e9a18be79fa9e680b1 |
UHC | ?樣??矩? | 0011111111100101110001100011111100111111110011111011101100111111 | 3fe5c63f3fcfbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)