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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訷ャ譎傳 | 11111011101001001010110011100110100110011001100101000010 | fba4ace6999942 |
EUC-JP | 訷ャ譎傳 | 100011111101110111010100100011101010110011101011111110011101000110100011 | 8fddd48eacebf9d1a3 |
UTF-8 | 訷ャ譎傳 | 111010001010100010110111111011111011110110101100111010001010110110001110111001011000001010110011 | e8a8b7efbdace8ad8ee582b3 |
UHC | ??譎傳 | 001111110011111111111101110100101110111011101110 | 3f3ffdd2eeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)