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 | 躁葛?闇 | 11100111010011101000101010001011001111111000100011000101 | e74e8a8b3f88c5 |
EUC-JP | 躁葛?闇 | 11101101101011111011001111101011001111111011000011000111 | edafb3eb3fb0c7 |
UTF-8 | 躁葛깃闇 | 111010001011101010000001111010001001000110011011111010101011100110000011111010011001011110000111 | e8ba81e8919beab983e99787 |
UHC | 躁葛깃闇 | 1111000011100010110010101110011110110001111010101110010011100001 | f0e2cae7b1eae4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)