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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 湫稈湫稈B | 100111111101010111100010011000101001111111010101111000100110001001000010 | 9fd5e2629fd5e26242 |
EUC-JP | 湫稈湫稈B | 110111101101011111100011110000111101111011010111111000111100001101000010 | ded7e3c3ded7e3c342 |
UTF-8 | 湫稈湫稈B | 11100110101110011010101111100111101010001000100011100110101110011010101111100111101010001000100001000010 | e6b9abe7a888e6b9abe7a88842 |
UHC | 湫稈湫稈B | 111101011101001111001010110110011111010111010011110010101101100101000010 | f5d3cad9f5d3cad942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)