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 | ???_ | 00111111001111110011111101011111 | 3f3f3f5f |
SJIS-WIN | テつ棚_ | 110000111000001011000010100100100100100101011111 | c382c292495f |
EUC-JP | テつ棚_ | 10001110110000111010010011000100110000111010101001011111 | 8ec3a4c4c3aa5f |
UTF-8 | テつ棚_ | 11101111101111101000001111100011100000011010010011100110101000111001101001011111 | efbe83e381a4e6a39a5f |
UHC | ?つ棚_ | 001111111010101011000100110111011101110001011111 | 3faac4dddc5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)