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 | 娼ヘ?賚 | 100011111010100111001101001111111110011011001101 | 8fa9cd3fe6cd |
EUC-JP | 娼ヘ憗賚 | 101111101010101110001110110011011000111110111110111000111110110011001111 | beab8ecd8fbee3eccf |
UTF-8 | 娼ヘ憗賚 | 111001011010100010111100111011111011111010001101111001101000011010010111111010001011001110011010 | e5a8bcefbe8de68697e8b39a |
UHC | 娼??賚 | 111100111101111000111111001111111101011011110010 | f3de3f3fd6f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)