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 | 漆失 | 1111000010110100100011101011110111110000101001101000111010111000 | f0b48ebdf0a68eb8 |
EUC-JP | ?漆?失 | 001111111011110010111111001111111011110010111010 | 3fbcbf3fbcba |
UTF-8 | 漆失 | 111011101000000110110011111001101011110010000110111011101000000110100101111001011010010010110001 | ee81b3e6bc86ee81a5e5a4b1 |
UHC | ?漆?失 | 001111111111011011010100001111111110001111110111 | 3ff6d43fe3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)