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 | 節??癰? | 10010000110111110011111100111111111000011001111000111111 | 90df3f3fe19e3f |
EUC-JP | 節??癰? | 11000000111000010011111100111111111000011111111000111111 | c0e13f3fe1fe3f |
UTF-8 | 節ⓨ쪤癰잹 | 111001111010111110000000111000101001001110101000111011001010101010100100111001111001100110110000111011001001111010111001 | e7af80e293a8ecaaa4e799b0ec9eb9 |
UHC | 節ⓨ쪤癰잹 | 11101111101111011010100011100101101001011001110111101000101110011010000001000010 | efbda8e5a59de8b9a042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)