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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?o?擾?? | 0011111110000010100011110011111110001111111011110011111100111111 | 3f828f3f8fef3f3f |
EUC-JP | 饔o?擾?Œ | 100011111110100011101111101000111110111100111111101111101111000100111111100011111010100110101101 | 8fe8efa3ef3fbef13f8fa9ad |
UTF-8 | 饔o슨擾ⓩŒ | 1110100110100101100101001110111110111101100011111110110010001010101010001110011010010011101111101110001010010011101010011100010110010010 | e9a594efbd8fec8aa8e693bee293a9c592 |
UHC | 饔o슨擾ⓩŒ | 111010001011110110100011111011111011110110111100111010001111011010101000111001101010100010101011 | e8bda3efbdbce8f6a8e6a8ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)