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 | 央??手 | 100010011001101100111111001111111000111011101000 | 899b3f3f8ee8 |
EUC-JP | 央??手 | 101100011111101100111111001111111011110011101010 | b1fb3f3fbcea |
UTF-8 | 央릦랾手 | 111001011010010010101110111010111010011010100110111010111001111010111110111001101000100110001011 | e5a4aeeba6a6eb9ebee6898b |
UHC | 央릦랾手 | 1110010011100111100100001000100010001110010101111110001010100010 | e4e790888e57e2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)