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 | 隗室失 | 1110100010100111100011101011101011110000101111011000111010111000 | e8a78ebaf0bd8eb8 |
EUC-JP | 隗室?失 | 11110000101010011011110010111100001111111011110010111010 | f0a9bcbc3fbcba |
UTF-8 | 隗室失 | 111010011001101010010111111001011010111010100100111011101000000110111100111001011010010010110001 | e99a97e5aea4ee81bce5a4b1 |
UHC | ?室?失 | 001111111110001111111000001111111110001111110111 | 3fe3f83fe3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)