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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 映??映??B | 100010010110011000111111001111111000100101100110001111110011111101000010 | 89663f3f89663f3f42 |
EUC-JP | 映??映??B | 101100011100011100111111001111111011000111000111001111110011111101000010 | b1c73f3fb1c73f3f42 |
UTF-8 | 映뷁닾映뷁닾B | 11100110100110001010000011101011101101111000000111101011100010111011111011100110100110001010000011101011101101111000000111101011100010111011111001000010 | e698a0ebb781eb8bbee698a0ebb781eb8bbe42 |
UHC | 映뷁닾映뷁닾B | 11100111101100011001010011101110100010001010110011100111101100011001010011101110100010001010110001000010 | e7b194ee88ace7b194ee88ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)