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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???燔蘚B | 0011111100111111001111111110000010011000111001010110010001000010 | 3f3f3fe098e56442 |
EUC-JP | ???燔蘚B | 0011111100111111001111111101111111111000111010011100010101000010 | 3f3f3fdff8e9c542 |
UTF-8 | 롙롘뤾燔蘚B | 11101011101000011001100111101011101000011001100011101011101001001011111011100111100001111001010011101000100110001001101001000010 | eba199eba198eba4bee78794e8989a42 |
UHC | 롙롘뤾燔蘚B | 1000111011011101100011101101110010001111111010101101101111100010111000001101000001000010 | 8edd8edc8feadbe2e0d042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)