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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霄嫉鋕ヤ | 11101000101110101000111010111001111110111101010011010100 | e8ba8eb9fbd4d4 |
EUC-JP | 霄嫉鋕ヤ | 111100001011110010111100101110111000111111100100110000001000111011010100 | f0bcbcbb8fe4c08ed4 |
UTF-8 | 霄嫉鋕ヤ | 111010011001110010000100111001011010101110001001111010011000101110010101111011111011111010010100 | e99c84e5ab89e98b95efbe94 |
UHC | ?嫉?? | 0011111111110010111011000011111100111111 | 3ff2ec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)