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 | 辰足棚則 | 1001001001000011100100011010101110010010010010011001000110100101 | 924391ab924991a5 |
EUC-JP | 辰足棚則 | 1100001110100100110000101010110111000011101010101100001010100111 | c3a4c2adc3aac2a7 |
UTF-8 | 辰足棚則 | 111010001011111010110000111010001011011010110011111001101010001110011010111001011000100110000111 | e8beb0e8b6b3e6a39ae58987 |
UHC | 辰足棚則 | 1111001011100011111100001110101111011101110111001111011011001110 | f2e3f0ebdddcf6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)