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 | 癲??悠? | 11100001100111110011111100111111100101110100100100111111 | e19f3f3f97493f |
EUC-JP | 癲?Ŋ悠? | 111000101010000100111111100011111010100110101011110011011010101000111111 | e2a13f8fa9abcdaa3f |
UTF-8 | 癲됰Ŋ悠쥲 | 1110011110011001101100101110101110010000101100001100010110001010111001101000001010100000111011001010010110110010 | e799b2eb90b0c58ae682a0eca5b2 |
UHC | 癲됰Ŋ悠쥲 | 11101111101001101000100111101011101010001010111111101010111011011010001101000010 | efa689eba8afeaeda342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)