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 | 吾??闕筌 | 1000110011100001001111110011111111101000100011011110001010100011 | 8ce13f3fe88de2a3 |
EUC-JP | 吾??闕筌 | 1011100011100011001111110011111111101111111011011110010010100101 | b8e33f3fefede4a5 |
UTF-8 | 吾멸낮闕筌 | 111001011001000010111110111010111010100110111000111010111000001010101110111010011001011110010101111001111010110110001100 | e590beeba9b8eb82aee99795e7ad8c |
UHC | 吾멸낮闕筌 | 11100111111011101011100011101010101100111011011111001111111101001110111110100111 | e7eeb8eab3b7cff4efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)