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 | ?橋?? | 0011111110001011101101000011111100111111 | 3f8bb43f3f |
EUC-JP | ?橋?? | 0011111110110110101101100011111100111111 | 3fb6b63f3f |
UTF-8 | 卽橋렡렋 | 111001011000110110111101111001101010100110001011111010111010000010100001111010111010000010001011 | e58dbde6a98beba0a1eba08b |
UHC | 卽橋렡렋 | 1111000111101101110011101110100110001110101100101000111010100010 | f1edcee98eb28ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)