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 | 濵自漆 | 1111101101001101100011101010100111110000101001011000111010111101 | fb4d8ea9f0a58ebd |
EUC-JP | 濵自?漆 | 1000111111001001101001101011110010101011001111111011110010111111 | 8fc9a6bcab3fbcbf |
UTF-8 | 濵自漆 | 111001101011111110110101111010001000011110101010111011101000000110100100111001101011110010000110 | e6bfb5e887aaee81a4e6bc86 |
UHC | ?自?漆 | 001111111110110110111011001111111111011011010100 | 3fedbb3ff6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)