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 | ?浴??? | 001111111001011110000001001111110011111100111111 | 3f97813f3f3f |
EUC-JP | ?浴??? | 001111111100110111100001001111110011111100111111 | 3fcde13f3f3f |
UTF-8 | 쒔浴쒀렠쑈 | 111011001001001010010100111001101011010110110100111011001001001010000000111010111010000010100000111011001001000110001000 | ec9294e6b5b4ec9280eba0a0ec9188 |
UHC | 쒔浴쒀렠쑈 | 10111110101011011110100110110001101111101010110010001110101100011011111010100100 | beade9b1beac8eb1bea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)