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 | 蒔霆゙ | 11110000110000011000111010101010111010001011101111011110 | f0c18eaae8bbde |
EUC-JP | ?蒔霆゙ | 00111111101111001010110011110000101111011000111011011110 | 3fbcacf0bd8ede |
UTF-8 | 蒔霆゙ | 111011101000001010000000111010001001001010010100111010011001110010000110111011111011111010011110 | ee8280e89294e99c86efbe9e |
UHC | ?蒔霆? | 001111111110001111001000111011111111110100111111 | 3fe3c8effd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)