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 | ?褶?? | 0011111111100101111101110011111100111111 | 3fe5f73f3f |
EUC-JP | ?褶?? | 0011111111101010111110010011111100111111 | 3feaf93f3f |
UTF-8 | 쒔褶쒀렡 | 111011001001001010010100111010001010010010110110111011001001001010000000111010111010000010100001 | ec9294e8a4b6ec9280eba0a1 |
UHC | 쒔褶쒀렡 | 1011111010101101111000111010100010111110101011001000111010110010 | beade3a8beac8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)