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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 汝?2^ | 100100111111000000111111100000100101000101011110 | 93f03f82515e |
EUC-JP | 汝?2^ | 110001101111001000111111101000111011001001011110 | c6f23fa3b25e |
UTF-8 | 汝꿩2^ | 11100110101100011001110111101010101111111010100111101111101111001001001001011110 | e6b19deabfa9efbc925e |
UHC | 汝꿩2^ | 11100110101000111011001011100110101000111011001001011110 | e6a3b2e6a3b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)