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 | 牆狡?牆 | 11100000101011011110000011000010001111111110000010101101 | e0ade0c23fe0ad |
EUC-JP | 牆狡?牆 | 11100000101011111110000011000100001111111110000010101111 | e0afe0c43fe0af |
UTF-8 | 牆狡쏘牆 | 111001111000100110000110111001111000101110100001111011001000111110011000111001111000100110000110 | e78986e78ba1ec8f98e78986 |
UHC | 牆狡쏘牆 | 1110110111101101110011101110101010111101111011101110110111101101 | ededceeabdeeeded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)