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 | 吾??貴? | 10001100111000010011111100111111100010110100110100111111 | 8ce13f3f8b4d3f |
EUC-JP | 吾??貴? | 10111000111000110011111100111111101101011010111000111111 | b8e33f3fb5ae3f |
UTF-8 | 吾멸랜貴銳 | 111001011001000010111110111010111010100110111000111010111001111010011100111010001011001010110100111010011000101010110011 | e590beeba9b8eb9e9ce8b2b4e98ab3 |
UHC | 吾멸랜貴銳 | 11100111111011101011100011101010101101111010001111001111111111101110011111100101 | e7eeb8eab7a3cffee7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)