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 | 阡林榊ョ友 | 111010001001010010010111110100011000110111100101101011101001011101000110 | e89497d18de5ae9746 |
EUC-JP | 阡林榊ョ友 | 11101111111101001100111011010011101110101110011110001110101011101100110110100111 | eff4ced3bae78eaecda7 |
UTF-8 | 阡林榊ョ友 | 111010011001100010100001111001101001111010010111111001101010011010001010111011111011110110101110111001011000111110001011 | e998a1e69e97e6a68aefbdaee58f8b |
UHC | 阡林??友 | 1111010011000110110101111111100100111111001111111110100111010010 | f4c6d7f93f3fe9d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)