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 | 汚??約よ | 1000100110011000001111110011111110010110111100011000001011100110 | 89983f3f96f182e6 |
EUC-JP | 汚??約よ | 1011000111111000001111110011111111001100111100111010010011101000 | b1f83f3fccf3a4e8 |
UTF-8 | 汚얕궡約よ | 111001101011000110011010111011001001011010010101111010101011011010100001111001111011010010000100111000111000001010001000 | e6b19aec9695eab6a1e7b484e38288 |
UHC | 汚얕궡約よ | 11100111111111011011111011101000100000101011010011100101101100111010101011101000 | e7fdbee882b4e5b3aae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)