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 | ???TU | 0011111100111111001111110101010001010101 | 3f3f3f5455 |
SJIS-WIN | ???TU | 0011111100111111001111110101010001010101 | 3f3f3f5455 |
EUC-JP | ???TU | 0011111100111111001111110101010001010101 | 3f3f3f5455 |
UTF-8 | 묱묧묲TU | 1110101110101100101100011110101110101100101001111110101110101100101100100101010001010101 | ebacb1ebaca7ebacb25455 |
UHC | 묱묧묲TU | 1001001001001000100100011111111010010010010010010101010001010101 | 924891fe92495455 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)