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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???猶?? | 00111111001111110011111110010111010100000011111100111111 | 3f3f3f97503f3f |
EUC-JP | ???猶?? | 00111111001111110011111111001101101100010011111100111111 | 3f3f3fcdb13f3f |
UTF-8 | 樂숇뵁猶뤷퇅 | 111011111010011010111111111011001000100010000111111010111011010110000001111001111000110010110110111010111010010010110111111011011000011110000101 | efa6bfec8887ebb581e78cb6eba4b7ed8785 |
UHC | 樂숇뵁猶뤷퇅 | 111010001111100110011001111010111001010010000111111010111010001010001111111001011011011110010110 | e8f999eb9487eba28fe5b796 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)