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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 琇?? | 11111011011001010011111100111111 | fb653f3f |
EUC-JP | 琇?? | 1000111111001100101001010011111100111111 | 8fcca53f3f |
UTF-8 | 琇뒍랯 | 111001111001000010000111111010111001001010001101111010111001111010101111 | e79087eb928deb9eaf |
UHC | 琇뒍랯 | 111000101010111110001010100010101000111001001011 | e2af8a8a8e4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)