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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????桎 | 0011111100111111001111110011111100111111001111111001111001111110 | 3f3f3f3f3f3f9e7e |
EUC-JP | ??????桎 | 0011111100111111001111110011111100111111001111111101101111011111 | 3f3f3f3f3f3fdbdf |
UTF-8 | 렱렚셍샬솩양桎 | 111010111010000010110001111010111010000010011010111011001000010110001101111011001000001110101100111011001000011010101001111011001001011010010001111001101010000110001110 | eba0b1eba09aec858dec83acec86a9ec9691e6a18e |
UHC | 렱렚셍샬솩양桎 | 1000111010111110100011101010110110111100110001001011110010100011101111001101111010111110111001111111001011101110 | 8ebe8eadbcc4bca3bcdebee7f2ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)