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 | 邵樣け諤 | 1110011110111000100111101110100110000010101011111110011010000000 | e7b89ee982afe680 |
EUC-JP | 邵樣け諤 | 1110111010111010110111001110101110100100101100011110101111100000 | eebadceba4b1ebe0 |
UTF-8 | 邵樣け諤 | 111010011000001010110101111001101010100010100011111000111000000110010001111010001010101110100100 | e982b5e6a8a3e38191e8aba4 |
UHC | 邵樣け? | 11100001110100001110010111000110101010101011000100111111 | e1d0e5c6aab13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)