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 | èè¶ûY¼ | 11101000111010001000111010110110111110110101100110111100 | e8e88eb6fb59bc |
SJIS-WIN | ???¶?Y? | 0011111100111111001111111000000111110111001111110101100100111111 | 3f3f3f81f73f593f |
EUC-JP | èè?¶ûY? | 1000111110101011101100101000111110101011101100100011111110100010111110011000111110101011111001010101100100111111 | 8fabb28fabb23fa2f98fabe5593f |
UTF-8 | èè¶ûY¼ | 11000011101010001100001110101000110000101000111011000010101101101100001110111011010110011100001010111100 | c3a8c3a8c28ec2b6c3bb59c2bc |
UHC | ???¶?Y¼ | 001111110011111100111111101000101101001000111111010110011010100011111001 | 3f3f3fa2d23f59a8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)