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 | 凞自濵悉 | 1111101101011000100011101010100111111011010011011000111010111011 | fb588ea9fb4d8ebb |
EUC-JP | ?自濵悉 | 0011111110111100101010111000111111001001101001101011110010111101 | 3fbcab8fc9a6bcbd |
UTF-8 | 凞自濵悉 | 111011111010100010010101111010001000011110101010111001101011111110110101111001101000001010001001 | efa895e887aae6bfb5e68289 |
UHC | ?自?悉 | 001111111110110110111011001111111110001111111010 | 3fedbb3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)