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 | 篠鵰瀅 | 1000111011000010111111000100011111111011010011101111001011110010 | 8ec2fc47fb4ef2f2 |
EUC-JP | 篠鵰瀅? | 101111001100010010001111111010111111101110001111110010011010101100111111 | bcc48febfb8fc9ab3f |
UTF-8 | 篠鵰瀅 | 111001111010111110100000111010011011010110110000111001111000000010000101111011101000100010101001 | e7afa0e9b5b0e78085ee88a9 |
UHC | 篠?瀅? | 111000011100011000111111111110111010010000111111 | e1c63ffba43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)