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 | 央??侍 | 100010011001101100111111001111111000111010011000 | 899b3f3f8e98 |
EUC-JP | 央??侍 | 101100011111101100111111001111111011101111111000 | b1fb3f3fbbf8 |
UTF-8 | 央릦랾侍 | 111001011010010010101110111010111010011010100110111010111001111010111110111001001011111010001101 | e5a4aeeba6a6eb9ebee4be8d |
UHC | 央릦랾侍 | 1110010011100111100100001000100010001110010101111110001110110100 | e4e790888e57e3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)