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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 咫???e? | 1001101001000000001111110011111100111111100000101000010100111111 | 9a403f3f3f82853f |
EUC-JP | 咫???e? | 1101001110100001001111110011111100111111101000111110010100111111 | d3a13f3f3fa3e53f |
UTF-8 | 咫띳렱ㅸe뤰 | 111001011001001010101011111010111001110110110011111010111010000010110001111000111000010110111000111011111011110110000101111010111010010010110000 | e592abeb9db3eba0b1e385b8efbd85eba4b0 |
UHC | 咫띳렱ㅸe뤰 | 111100101010000110110110111100011000111010111110101001001110100010100011111001011000111111011110 | f2a1b6f18ebea4e8a3e58fde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)