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 | ?ぜ??? | 001111111000001010111010001111110011111100111111 | 3f82ba3f3f3f |
EUC-JP | ?ぜ??? | 001111111010010010111100001111110011111100111111 | 3fa4bc3f3f3f |
UTF-8 | 뤞ぜ퍘붜섄 | 111010111010010010011110111000111000000110011100111011011000110110011000111010111011011010011100111011001000010010000100 | eba49ee3819ced8d98ebb69cec8484 |
UHC | 뤞ぜ퍘붜섄 | 10001111110011011010101010111100101110111000111110111010110110111011110010101001 | 8fcdaabcbb8fbadbbca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)