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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鉎嫉燾 | 111110111100011110001110101110011111101101011010 | fbc78eb9fb5a |
EUC-JP | 鉎嫉燾 | 1000111111100011110111111011110010111011100011111100101010111101 | 8fe3dfbcbb8fcabd |
UTF-8 | 鉎嫉燾 | 111010011000100110001110111001011010101110001001111001111000011110111110 | e9898ee5ab89e787be |
UHC | ?嫉燾 | 0011111111110010111011001101010010100111 | 3ff2ecd4a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)