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 | 邊ォ蝓惹訷隲 | 1110011110110010101010111110010110011111100011101110010011111011101001001110100010101011 | e7b2abe59f8ee4fba4e8ab |
EUC-JP | 邊ォ蝓惹訷隲 | 11101110101101001000111010101011111010101010000110111100111001101000111111011101110101001111000010101101 | eeb48eabeaa1bce68fddd4f0ad |
UTF-8 | 邊ォ蝓惹訷隲 | 111010011000001010001010111011111011110110101011111010001001110110010011111001101000001110111001111010001010100010110111111010011001101010110010 | e9828aefbdabe89d93e683b9e8a8b7e99ab2 |
UHC | 邊??惹?? | 1101110010101011001111110011111111100101101010010011111100111111 | dcab3f3fe5a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)