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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 善?菖? | 100100010101000000111111100011111101001000111111 | 91503f8fd23f |
EUC-JP | 善?菖? | 110000011011000100111111101111101101010000111111 | c1b13fbed43f |
UTF-8 | 善렱菖렠 | 111001011001011010000100111010111010000010110001111010001000111110010110111010111010000010100000 | e59684eba0b1e88f96eba0a0 |
UHC | 善렱菖렠 | 1110000010111100100011101011111011110011111011101000111010110001 | e0bc8ebef3ee8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)