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 | ?始???? | 00111111100011100110111000111111001111110011111100111111 | 3f8e6e3f3f3f3f |
EUC-JP | ?始???? | 00111111101110111100111100111111001111110011111100111111 | 3fbbcf3f3f3f3f |
UTF-8 | 쒔始쒀롔쑈렠 | 111011001001001010010100111001011010011110001011111011001001001010000000111010111010000110010100111011001001000110001000111010111010000010100000 | ec9294e5a78bec9280eba194ec9188eba0a0 |
UHC | 쒔始쒀롔쑈렠 | 101111101010110111100011101101111011111010101100100011101101100010111110101001001000111010110001 | beade3b7beac8ed8bea48eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)