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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲?〃??╋ | 111000011001111100111111100000010101011000111111001111111000010010110100 | e19f3f81563f3f84b4 |
EUC-JP | 癲?〃沅?╋ | 1110001010100001001111111010000110110111100011111100011011101001001111111010100010110110 | e2a13fa1b78fc6e93fa8b6 |
UTF-8 | 癲용〃沅잞╋ | 111001111001100110110010111011001001101010101001111000111000000010000011111001101011001010000101111011001001111010011110111000101001010110001011 | e799b2ec9aa9e38083e6b285ec9e9ee2958b |
UHC | 癲용〃沅잞╋ | 111011111010011010111111111010111010000110101000111010101011011010011111111011111010011010110110 | efa6bfeba1a8eab69fefa6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)