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 | 璽犱執 | 1111001010101110100011101010001111111011010110111000111010110111 | f2ae8ea3fb5b8eb7 |
EUC-JP | ?璽犱執 | 0011111110111100101001011000111111001010111011111011110010111001 | 3fbca58fcaefbcb9 |
UTF-8 | 璽犱執 | 111011101000011110100101111001111001001010111101111001111000101010110001111001011001111110110111 | ee87a5e792bde78ab1e59fb7 |
UHC | ?璽?執 | 001111111101111111011110001111111111001011111011 | 3fdfde3ff2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)