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 | 粫場羽荀 | 1110001011100110100011111110101010001001010010001110010010100100 | e2e68fea8948e4a4 |
EUC-JP | 粫場羽荀 | 1110010011101000101111101110110010110001101010011110100010100110 | e4e8beecb1a9e8a6 |
UTF-8 | 粫場羽荀 | 111001111011001010101011111001011010000010110100111001111011111010111101111010001000110110000000 | e7b2abe5a0b4e7bebde88d80 |
UHC | ?場羽荀 | 00111111111011011101111011101001111000101110001011110000 | 3feddee9e2e2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)