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 | 鵫ミト菷 | 111111000100100011010000110001001110010011000110 | fc48d0c4e4c6 |
EUC-JP | 鵫ミト菷 | 100011111110101111111010100011101101000010001110110001001110100011001000 | 8febfa8ed08ec4e8c8 |
UTF-8 | 鵫ミト菷 | 111010011011010110101011111011111011111010010000111011111011111010000100111010001000111110110111 | e9b5abefbe90efbe84e88fb7 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)