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 | 悌???吟? | 1001001011101110001111110011111100111111100010111110000100111111 | 92ee3f3f3f8be13f |
EUC-JP | 悌???吟? | 1100010011110000001111110011111100111111101101101110001100111111 | c4f03f3f3fb6e33f |
UTF-8 | 悌쾀렲렧吟렩 | 111001101000001010001100111011001011111010000000111010111010000010110010111010111010000010100111111001011001000010011111111010111010000010101001 | e6828cecbe80eba0b2eba0a7e5909feba0a9 |
UHC | 悌쾀렲렧吟렩 | 111100001010101011000100111001101000111010111111100011101011011011101011111000011000111010110111 | f0aac4e68ebf8eb6ebe18eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)