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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 娃?!唯?Ⅴ | 10001000101000010011111110000001010010011001011101000010001111111000011101011000 | 88a13f814997423f8758 |
EUC-JP | 娃?!唯?? | 101100001010001100111111101000011010101011001101101000110011111100111111 | b0a33fa1aacda33f3f |
UTF-8 | 娃숇!唯잞Ⅴ | 111001011010100010000011111011001000100010000111111011111011110010000001111001011001010010101111111011001001111010011110111000101000010110100100 | e5a883ec8887efbc81e594afec9e9ee285a4 |
UHC | 娃숇!唯잞Ⅴ | 111010001101111110011001111010111010001110100001111010101110011010011111111011111010010110110100 | e8df99eba3a1eae69fefa5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)