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 | ì°Lhì°L | 111011001000111010110000010011000110100011101100100011101011000001001100 | ec8eb04c68ec8eb04c |
SJIS-WIN | ??°Lh??°L | 0011111100111111100000011000101101001100011010000011111100111111100000011000101101001100 | 3f3f818b4c683f3f818b4c |
EUC-JP | ì?°Lhì?°L | 100011111010101111000000001111111010000111101011010011000110100010001111101010111100000000111111101000011110101101001100 | 8fabc03fa1eb4c688fabc03fa1eb4c |
UTF-8 | ì°Lhì°L | 110000111010110011000010100011101100001010110000010011000110100011000011101011001100001010001110110000101011000001001100 | c3acc28ec2b04c68c3acc28ec2b04c |
UHC | ??°Lh??°L | 0011111100111111101000011100011001001100011010000011111100111111101000011100011001001100 | 3f3fa1c64c683f3fa1c64c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)