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 | 央る?秧 | 10001001100110111000001011101001001111111110001001011110 | 899b82e93fe25e |
EUC-JP | 央る?秧 | 10110001111110111010010011101011001111111110001110111111 | b1fba4eb3fe3bf |
UTF-8 | 央る졁秧 | 111001011010010010101110111000111000001010001011111011001010000110000001111001111010011110100111 | e5a4aee3828beca181e7a7a7 |
UHC | 央る졁秧 | 1110010011100111101010101110101110100000101100101110010011101011 | e4e7aaeba0b2e4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)