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 | サ瘴ノ゙ | 1011101111100001100011111100100111011110 | bbe18fc9de |
EUC-JP | サ瘴ノ゙ | 1000111010111011111000011110111110001110110010011000111011011110 | 8ebbe1ef8ec98ede |
UTF-8 | サ瘴ノ゙ | 111011111011110110111011111001111001100010110100111011111011111010001001111011111011111010011110 | efbdbbe798b4efbe89efbe9e |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)