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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | ?釋??E | 001111111110011111010111001111110011111101000101 | 3fe7d73f3f45 |
EUC-JP | ?釋??E | 001111111110111011011001001111110011111101000101 | 3feed93f3f45 |
UTF-8 | 뤙釋뤙敾E | 11101011101001001001100111101001100001111000101111101011101001001001100111100110100101011011111001000101 | eba499e9878beba499e695be45 |
UHC | 뤙釋뤙敾E | 100011111100100011100000101101111000111111001000111000001100000001000101 | 8fc8e0b78fc8e0c045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)