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 | 汚??押? | 10001001100110000011111100111111100010011001111100111111 | 89983f3f899f3f |
EUC-JP | 汚??押? | 10110001111110000011111100111111101100101010000100111111 | b1f83f3fb2a13f |
UTF-8 | 汚뜹뫕押켃 | 111001101011000110011010111010111001110010111001111010111010101110010101111001101000101010111100111011001011110010000011 | e6b19aeb9cb9ebab95e68abcecbc83 |
UHC | 汚뜹뫕押켃 | 11100111111111011011011011100101100100011011011111100100111000111011000101000010 | e7fdb6e591b7e4e3b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)