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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 邊ョh邊ョ | 11100111101100101010111001101000111001111011001010101110 | e7b2ae68e7b2ae |
EUC-JP | 邊ョh邊ョ | 111011101011010010001110101011100110100011101110101101001000111010101110 | eeb48eae68eeb48eae |
UTF-8 | 邊ョh邊ョ | 11101001100000101000101011101111101111011010111001101000111010011000001010001010111011111011110110101110 | e9828aefbdae68e9828aefbdae |
UHC | 邊?h邊? | 11011100101010110011111101101000110111001010101100111111 | dcab3f68dcab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)