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 | ???游θぜ | 001111110011111100111111100111111110000010000011110001101000001010111010 | 3f3f3f9fe083c682ba |
EUC-JP | ???游θぜ | 001111110011111100111111110111101110001010100110110010001010010010111100 | 3f3f3fdee2a6c8a4bc |
UTF-8 | 蓮곥룂游θぜ | 1110111110100110100110011110101010110011101001011110101110100011100000101110011010111000101110001100111010111000111000111000000110011100 | efa699eab3a5eba382e6b8b8ceb8e3819c |
UHC | 蓮곥룂游θぜ | 111001101110010110000001111000111000111110000011111010101111110110100101111010001010101010111100 | e6e581e38f83eafda5e8aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)