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 | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
SJIS-WIN | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
EUC-JP | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
UTF-8 | 묬묳뫍E묬묳뫍EB | 111010111010110010101100111010111010110010110011111010111010101110001101010001011110101110101100101011001110101110101100101100111110101110101011100011010100010101000010 | ebacacebacb3ebab8d45ebacacebacb3ebab8d4542 |
UHC | 묬묳뫍E묬묳뫍EB | 100100100100001110010010010010101001000110101111010001011001001001000011100100100100101010010001101011110100010101000010 | 9243924a91af459243924a91af4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)