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?? | 001111110011111100111111011001010011111100111111 | 3f3f3f653f3f |
SJIS-WIN | ???e?? | 001111110011111100111111011001010011111100111111 | 3f3f3f653f3f |
EUC-JP | ???e?? | 001111110011111100111111011001010011111100111111 | 3f3f3f653f3f |
UTF-8 | 묬묹뫃e묰뫜 | 11101011101011001010110011101011101011001011100111101011101010111000001101100101111010111010110010110000111010111010101110011100 | ebacacebacb9ebab8365ebacb0ebab9c |
UHC | 묬묹뫃e묰뫜 | 1001001001000011100100100100110010010001101001110110010110010010010001111001000110111100 | 9243924c91a765924791bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)