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 | 100011011101101000111111001111111001001010110111100111000110011001000010 | 8dda3f3f92b79c6642 |
EUC-JP | 載??長彷B | 101110101101110000111111001111111100010010111001110101111100011101000010 | badc3f3fc4b9d7c742 |
UTF-8 | 載언웬長彷B | 11101000101111001000100111101100100101101011100011101100100110111010110011101001100101011011011111100101101111011011011101000010 | e8bc89ec96b8ec9bace995b7e5bdb742 |
UHC | 載언웬長彷B | 1110111010110000101111101111000011000000101000101110110111111110110110111010110101000010 | eeb0bef0c0a2edfedbad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)