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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 轣先勞ム惨B | 11100111100000011001000011100110100110011010011111010001100011100101001101000010 | e78190e699a7d18e5342 |
EUC-JP | 轣先勞ム惨B | 1110110111100001110000001110100011010010101010011000111011010001101110111011010001000010 | ede1c0e8d2a98ed1bbb442 |
UTF-8 | 轣先勞ム惨B | 11101000101111011010001111100101100001011000100011100101100010111001111011101111101111101001000111100110100000111010100001000010 | e8bda3e58588e58b9eefbe91e683a842 |
UHC | ?先勞??B | 0011111111100000101110111101011011001100001111110011111101000010 | 3fe0bbd6cc3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)