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 | 髦。莨懶スー | 111010011001100010100001111001001011110010011100111011111011110110110000 | e998a1e4bc9cefbdb0 |
EUC-JP | 髦。莨懶スー | 111100011111100010001110101000011110100010111110110110001111000110001110101111011000111010110000 | f1f88ea1e8bed8f18ebd8eb0 |
UTF-8 | 髦。莨懶スー | 111010011010101110100110111011111011110110100001111010001000111010101000111001101000011110110110111011111011110110111101111011111011110110110000 | e9aba6efbda1e88ea8e687b6efbdbdefbdb0 |
UHC | ???懶?? | 00111111001111110011111111010100111110110011111100111111 | 3f3f3fd4fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)