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 | 箪造端辿 | 1001001001011100100100011010001010010010010110111001001001001000 | 925c91a2925b9248 |
EUC-JP | 箪造端辿 | 1100001110111101110000101010010011000011101111001100001110101001 | c3bdc2a4c3bcc3a9 |
UTF-8 | 箪造端辿 | 111001111010111010101010111010011000000010100000111001111010101110101111111010001011111010111111 | e7aeaae980a0e7abafe8bebf |
UHC | ?造端? | 001111111111000011100011110100111010111000111111 | 3ff0e3d3ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)