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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隴悟」鯉ス | 1110100010101101100011001110010110100011100011001110111110111101 | e8ad8ce5a38cefbd |
EUC-JP | 隴悟」鯉ス | 11110000101011111011100011100111100011101010001110111000111100011000111010111101 | f0afb8e78ea3b8f18ebd |
UTF-8 | 隴悟」鯉ス | 111010011001101010110100111001101000001010011111111011111011110110100011111010011010111110001001111011111011110110111101 | e99ab4e6829fefbda3e9af89efbdbd |
UHC | ?悟?鯉? | 00111111111001111111011000111111110101111110111100111111 | 3fe7f63fd7ef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)