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 | 邨ゎ∟鈔 | 1110011110110101100000101110110010000111100110001110011111100010 | e7b582ec8798e7e2 |
EUC-JP | 邨ゎ?鈔 | 11101110101101111010010011101110001111111110111011100100 | eeb7a4ee3feee4 |
UTF-8 | 邨ゎ∟鈔 | 111010011000001010101000111000111000001010001110111000101000100010011111111010011000100010010100 | e982a8e3828ee2889fe98894 |
UHC | 邨ゎ?? | 111101011011111010101010111011100011111100111111 | f5beaaee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)