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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???苒?B | 00111111001111110011111111100100100100100011111101000010 | 3f3f3fe4923f42 |
EUC-JP | ???苒?B | 00111111001111110011111111100111111100100011111101000010 | 3f3f3fe7f23f42 |
UTF-8 | 溜깅젡苒ㆎB | 11101111101001111000101111101010101110011000010111101100101000001010000111101000100010111001001011100011100001101000111001000010 | efa78beab985eca0a1e88b92e3868e42 |
UHC | 溜깅젡苒ㆎB | 1110101011111110101100011110101110100000100110101110011011111110101001001111111001000010 | eafeb1eba09ae6fea4fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)