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 | ???塋?? | 00111111001111110011111110011010110010000011111100111111 | 3f3f3f9ac83f3f |
EUC-JP | ???塋?? | 00111111001111110011111111010100110010100011111100111111 | 3f3f3fd4ca3f3f |
UTF-8 | 樂뺞셿塋뗩츪 | 111011111010011010111111111010111011101010011110111011001000010110111111111001011010000110001011111010111001011110101001111011001011100010101010 | efa6bfebba9eec85bfe5a18beb97a9ecb8aa |
UHC | 樂뺞셿塋뗩츪 | 111010001111100110010101111001101001100110000100111001111010101110001011111010011010111010011111 | e8f995e69984e7ab8be9ae9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)