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 | 蟻ゅ?? | 100010110110000110000010111000110011111100111111 | 8b6182e33f3f |
EUC-JP | 蟻ゅ?焰 | 1011010111000010101001001110010100111111100011111100100111101111 | b5c2a4e53f8fc9ef |
UTF-8 | 蟻ゅ슝焰 | 111010001001111110111011111000111000001010000101111011001000101010011101111001111000010010110000 | e89fbbe38285ec8a9de784b0 |
UHC | 蟻ゅ슝焰 | 1110101111111100101010101110010110111101101110011110011011111011 | ebfcaae5bdb9e6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)