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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 雅?雅?B | 10001001111010110011111110001001111010110011111101000010 | 89eb3f89eb3f42 |
EUC-JP | 雅?雅?B | 10110010111011010011111110110010111011010011111101000010 | b2ed3fb2ed3f42 |
UTF-8 | 雅웕雅웕B | 11101001100110111000010111101100100110111001010111101001100110111000010111101100100110111001010101000010 | e99b85ec9b95e99b85ec9b9542 |
UHC | 雅웕雅웕B | 111001001011101010011111011001011110010010111010100111110110010101000010 | e4ba9f65e4ba9f6542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)