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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 樂낅뜄留잌봅 | 111011111010011010111111111010111000001010000101111010111001110010000100111011111010011110001101111011001001111010001100111010111011010010000101 | efa6bfeb8285eb9c84efa78dec9e8cebb485 |
UHC | 樂낅뜄留잌봅 | 111010001111100110000101111010111000110110001000111010111010011110011111111001011011101010111110 | e8f985eb8d88eba79fe5babe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)