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 | 寤η??? | 10011011100010001000001111000101001111110011111100111111 | 9b8883c53f3f3f |
EUC-JP | 寤η??? | 11010101111010001010011011000111001111110011111100111111 | d5e8a6c73f3f3f |
UTF-8 | 寤η땸柳킟 | 1110010110101111101001001100111010110111111010111001010110111000111011111010011110001001111011011000001010011111 | e5afa4ceb7eb95b8efa789ed829f |
UHC | 寤η땸柳킟 | 11100111111101011010010111100111100010111000111011101010111101111011010101001011 | e7f5a5e78b8eeaf7b54b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)