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 | ???K???RB | 001111110011111100111111010010110011111100111111001111110101001001000010 | 3f3f3f4b3f3f3f5242 |
SJIS-WIN | ???K???RB | 001111110011111100111111010010110011111100111111001111110101001001000010 | 3f3f3f4b3f3f3f5242 |
EUC-JP | ???K???RB | 001111110011111100111111010010110011111100111111001111110101001001000010 | 3f3f3f4b3f3f3f5242 |
UTF-8 | 뭑뫐뫅K뭑뫐뫅RB | 111010111010110110010001111010111010101110010000111010111010101110000101010010111110101110101101100100011110101110101011100100001110101110101011100001010101001001000010 | ebad91ebab90ebab854bebad91ebab90ebab855242 |
UHC | 뭑뫐뫅K뭑뫐뫅RB | 100100100101100110010001101100101001000110101000010010111001001001011001100100011011001010010001101010000101001001000010 | 925991b291a84b925991b291a85242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)