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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 指?ず? | 100011100111011100111111100000101011100000111111 | 8e773f82b83f |
EUC-JP | 指?ず? | 101110111101100000111111101001001011101000111111 | bbd83fa4ba3f |
UTF-8 | 指폼ず렦 | 111001101000110010000111111011011000111110111100111000111000000110011010111010111010000010100110 | e68c87ed8fbce3819aeba0a6 |
UHC | 指폼ず렦 | 1111001010100110110001101111101110101010101110101000111010110101 | f2a6c6fbaaba8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)