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 | 牆橋?牆 | 11100000101011011000101110110100001111111110000010101101 | e0ad8bb43fe0ad |
EUC-JP | 牆橋?牆 | 11100000101011111011011010110110001111111110000010101111 | e0afb6b63fe0af |
UTF-8 | 牆橋률牆 | 111001111000100110000110111001101010100110001011111010111010010110100000111001111000100110000110 | e78986e6a98beba5a0e78986 |
UHC | 牆橋률牆 | 1110110111101101110011101110100110110111111111001110110111101101 | ededcee9b7fceded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)