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 | 樂숇뵁猶뤸땡 | 111011111010011010111111111011001000100010000111111010111011010110000001111001111000110010110110111010111010010010111000111010111001010110100001 | efa6bfec8887ebb581e78cb6eba4b8eb95a1 |
UHC | 樂숇뵁猶뤸땡 | 111010001111100110011001111010111001010010000111111010111010001010001111111001101011011010101111 | e8f999eb9487eba28fe6b6af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)