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 | ?善??悽? | 0011111110010001010100000011111100111111100111001010110000111111 | 3f91503f3f9cac3f |
EUC-JP | ?善??悽? | 0011111111000001101100010011111100111111110110001010111000111111 | 3fc1b13f3fd8ae3f |
UTF-8 | 뤶善⅝섕悽섬 | 111010111010010010110110111001011001011010000100111000101000010110011101111011001000010010010101111001101000001010111101111011001000010010101100 | eba4b6e59684e2859dec8495e682bdec84ac |
UHC | 뤶善⅝섕悽섬 | 100011111110010011100000101111001010100011111101101111001010110011110100101001001011110010110110 | 8fe4e0bca8fdbcacf4a4bcb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)