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 | 蟻ゅ?円 | 10001011011000011000001011100011001111111000100101111110 | 8b6182e33f897e |
EUC-JP | 蟻ゅ?円 | 10110101110000101010010011100101001111111011000111011111 | b5c2a4e53fb1df |
UTF-8 | 蟻ゅ슝円 | 111010001001111110111011111000111000001010000101111011001000101010011101111001011000011010000110 | e89fbbe38285ec8a9de58686 |
UHC | 蟻ゅ슝円 | 1110101111111100101010101110010110111101101110011110010111110111 | ebfcaae5bdb9e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)