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 | 揖?燾腸? | 1001011101001011001111111111101101011010100100101011000000111111 | 974b3ffb5a92b03f |
EUC-JP | 揖?燾腸? | 110011011010110000111111100011111100101010111101110001001011001000111111 | cdac3f8fcabdc4b23f |
UTF-8 | 揖며燾腸렟 | 111001101000111110010110111010111010100110110000111001111000011110111110111010001000010110111000111010111010000010011111 | e68f96eba9b0e787bee885b8eba09f |
UHC | 揖며燾腸렟 | 11101011111001111011100011100111110101001010011111101101111100111000111010110000 | ebe7b8e7d4a7edf38eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)